diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ecf712..94695ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,11 @@ before_script: - - apt-get update -qq && apt-get install -y -qq texlive + - apt-get update -qq && apt-get install -y -qq texlive latexmk - pdflatex -version - which pdflatex build: script: - - latexmk -pdf article.tex + - latexmk -pdf artifacts: paths: - - article.pdf \ No newline at end of file + - "*.pdf" \ No newline at end of file