Update .gitlab-ci.yml file
This commit is contained in:
parent
404b24a75e
commit
bc8f578b98
|
@ -19,7 +19,7 @@ variables:
|
|||
build:
|
||||
image: $LATEX_IMAGE
|
||||
script:
|
||||
- latexmk -pdf -xelatex -synctex=1 -interaction=nonstopmode -file-line-error
|
||||
- latexmk -xelatex -synctex=1 -interaction=nonstopmode -file-line-error prog-draft.tex
|
||||
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Reference in New Issue