Skip to content
Snippets Groups Projects
Commit 977aa31f authored by Ondřej Guth's avatar Ondřej Guth
Browse files

correct file path

parent 9a554b9a
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment