Intro gitlab ci gfz
This adds the very basic CI:
- run the frontend unit tests
- build the docker image for master or tags
- deploy the master on the staging vm
This version currently only contains the frontend. There is no backend nor a database at the moment.