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: ...@@ -17,9 +17,9 @@ tex-compile:
stage: build stage: build
image: aergus/latex image: aergus/latex
script: script:
# - git submodule init - git submodule init
# - git submodule update - git submodule update
- latexmk -pdf -f -interaction=nonstopmode *.tex - latexmk *.tex
artifacts: artifacts:
name: "$CI_PROJECT_NAME-$CI_COMMIT_SHA" name: "$CI_PROJECT_NAME-$CI_COMMIT_SHA"
paths: 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