From bc504c2eb82c658fec5662ca7f5dabcfd9bfeda1 Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Fri, 24 Mar 2017 14:46:03 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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