diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f31d79eea3d615855ff76172c4cf78e0c38dea9..94ef1827e8d0414bedefdadb053ee865e65d13d0 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