BUGFIX: Allow local docs rendering

* Update .gitlab-ci.yml to allow running
  gitlab-runner exec docker render:documentation
  locally
This commit is contained in:
Daniel Siepmann 2017-04-13 09:07:54 +02:00
parent c388a7e8b3
commit 8bbc92ba94
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -1,5 +1,3 @@
image: 'bash:latest'
before_script:
- apk add --no-cache make wget git
- make install-composer
@ -12,6 +10,7 @@ stages:
- render
sync:github:
image: 'bash:latest'
stage: sync
before_script:
- apk add --no-cache openssh-client git
@ -68,7 +67,7 @@ test:latest:
- ./vendor/bin/phpunit
render:documentation:
image: danielsiepmann/sphinx:latest
image: 'danielsiepmann/sphinx:latest'
stage: render
before_script:
- cd Documentation