diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 047ddf1..5ab8b4e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,11 +49,12 @@ build-documentation: stage: build script: - export CI_JOB_TIMESTAMP=$(date --utc -I) + - cd documentation - latexmk -pdf documentation - mv "documentation.pdf" "documentation-${CI_JOB_TIMESTAMP}.pdf" artifacts: paths: - - "documentation*.pdf" + - "**/documentation*.pdf" rules: - if: $CI_MERGE_REQUEST_ID changes: