diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85cf6e60bc6956fe93e97f18413b3f77c1bf6037..03be578ba8990896ad68f9ee545fcd78da134d94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,12 +9,11 @@ build: - apt update && apt -y upgrade && apt -y install make texlive-base texlive-bibtex-extra texlive-extra-utils latexmk script: - - make - - cp -f report.pdf public/ + - make artifacts: paths: - - public + - report.pdf pages: stage: deploy