Merge branch 'hotfix/gitlab-ci' into 'develop'

HOTFIX: Reactivate gitlab runners

See merge request !69
This commit is contained in:
Daniel Siepmann 2017-04-11 18:45:46 +02:00
commit b4b1d25635

View file

@ -1,3 +1,5 @@
image: 'php:latest'
before_script: before_script:
- apk add --no-cache make wget git - apk add --no-cache make wget git
- make install-composer - make install-composer