Skip to content
Snippets Groups Projects
Verified Commit 39142b68 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

ci: try to fix pipeline

parent 0490570d
No related branches found
No related tags found
No related merge requests found
Pipeline #7068 failed
......@@ -17,9 +17,9 @@ tex-compile:
stage: build
image: aergus/latex
script:
# - git submodule init
# - git submodule update
- latexmk -pdf -f -interaction=nonstopmode *.tex
- git submodule init
- git submodule update
- latexmk *.tex
artifacts:
name: "$CI_PROJECT_NAME-$CI_COMMIT_SHA"
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment