Skip to content

Intro gitlab ci gfz

Nils Brinckmann requested to merge intro-gitlab-ci-gfz into master

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.

Merge request reports