Update .gitlab-ci.yml

This commit is contained in:
Lukas Heiligenbrunner 2020-04-19 18:00:39 +00:00
parent c30b813a7d
commit c1c0c1bed5

View File

@ -3,7 +3,7 @@ image: luki42/latex-full:v1.0
build:
script:
- cd src
- latexmk -pdf main.tex
- latexmk -pdf -file-line-error -interaction=nonstopmode -halt-on-error -output-format=pdf main.tex
artifacts:
paths:
- "src/*.pdf"