Update .gitlab-ci.yml

This commit is contained in:
Tobias Arndt 2020-04-20 21:16:47 +02:00
parent ea4b15e984
commit a18b06f98d

View File

@ -4,7 +4,8 @@ pdf:
- cd TeX/ - cd TeX/
- pdflatex main.tex - pdflatex main.tex
- pdflatex main.tex - pdflatex main.tex
- mv main.pdf ../Masterarbeit.pdf
artifacts: artifacts:
files: paths:
- "TeX/*.pdf" - "Masterarbeit.pdf"