diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3dc300a3f4aff1796f75d7cc099219a3c89e57ec..4c1a0fffea6e6b96d1327bebe8453c920b694aa7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -98,7 +98,7 @@ compile: artifacts: expire_in: 1 hr paths: - - build + - out/build/GitLabAlpineMasterBranch before_script: - export CCACHE_BASEDIR="$PWD" - export CCACHE_DIR="$PWD/ccache_master" @@ -270,6 +270,8 @@ pages: image: "$SHA_IMAGE_TAG" tags: - docker-runner + dependencies: + - compile script: - mv out/build/GitLabAlpineMasterBranch/docs/html public artifacts: