From 51a0d483d626d17c8b49ff7cfbe97ca047339d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dion=20H=C3=A4fner?= Date: Sat, 10 Dec 2016 21:22:49 +0100 Subject: [PATCH] correct path --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f31d79e..94ef1827 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ build:main: artifacts: name: "$CI_BUILD_NAME" paths: - - /opt/dune/dorie/build-cmake/doc/html/ + - $CI_PROJECT_DIR/build-cmake/doc/html/ expire_in: 1 week build:update_dune: @@ -34,7 +34,7 @@ build:update_dune: deploy:docs: script: - - cd /opt/dune/dorie && bash deploy_docs.sh + - cd $CI_PROJECT_DIR && bash deploy_docs.sh stage: deploy only: - master -- GitLab