From c1c0c1bed5040a407d1f864b2fb5203b171eaada Mon Sep 17 00:00:00 2001 From: Lukas Heiligenbrunner Date: Sun, 19 Apr 2020 18:00:39 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ff9b68..e31d606 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"