diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 929744043fd34c1c8b28f4febcc7d372c4cb4316..129b9e61583ae6f6bccfb013572f02aaa5cb7092 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ image: texlive/texlive script: - - latexmk -pdflua thesis.tex - - latexmk -pdfxe thesis.tex - - latexmk -pdf thesis.tex - - latexmk -pdfps thesis.tex \ No newline at end of file +- latexmk -pdflua thesis.tex +- latexmk -pdfxe thesis.tex +- latexmk -pdf thesis.tex +- latexmk -pdfps thesis.tex \ No newline at end of file