Update .gitlab-ci.yml

main
Tobias Arndt 5 years ago
parent ea4b15e984
commit a18b06f98d

@ -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"

Loading…
Cancel
Save