Update .gitlab-ci.yml

This commit is contained in:
Lukas Heiligenbrunner 2020-04-16 20:56:13 +00:00
parent 86f09c8130
commit 359aefa0b6

View File

@ -2,7 +2,8 @@ image: luki42/latex-full:v1.0
build:
script:
- latexmk -pdf src/main.tex
- cd src
- latexmk -pdf main.tex
artifacts:
paths:
- "*.pdf"
- "src/*.pdf"