Update .gitlab-ci.yml
This commit is contained in:
parent
c30b813a7d
commit
c1c0c1bed5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user