From 8bbc92ba949c206dc384f83cb77315302b0a01d0 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 13 Apr 2017 09:07:54 +0200 Subject: [PATCH] BUGFIX: Allow local docs rendering * Update .gitlab-ci.yml to allow running gitlab-runner exec docker render:documentation locally --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b0591d..7e5bbb1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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