diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26565de..485b122 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ get-build-repo: # This job runs in the build stage, which runs first. - latex artifacts: paths: - - build/ + - build/* build-packages: # This job runs in the deploy stage. stage: build # It only runs when *both* jobs in the test stage complete successfully. @@ -54,7 +54,7 @@ build-packages: # This job runs in the deploy stage. GIT_SUBMODULE_STRATEGY: recursive artifacts: paths: - - build/ + - build/* tags: - latex