diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f101b56aa59011f77983194aaa1693dd4485dbd9..fa29ad4b2ffcc56e055d402e8e5c3008ac41a981 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,18 +2,18 @@ image: texlive/texlive LuaLaTeX: script: - - latexmk -pdflua thesis.tex + - latexmk -pdflua ctufit-thesis.tex XeLaTeX: script: - - latexmk -pdfxe thesis.tex + - latexmk -pdfxe ctufit-thesis.tex pdfLaTeX: script: - - latexmk -pdf thesis.tex + - latexmk -pdf ctufit-thesis.tex artifacts: paths: - - thesis.pdf + - ctufit-thesis.pdf LaTeX: script: @@ -22,4 +22,4 @@ LaTeX: - latexmk -pdfps thesis.tex artifacts: paths: - - thesis.pdf \ No newline at end of file + - ctufit-thesis.pdf