Commit 8ae7d584 authored by Mathias Chouet's avatar Mathias Chouet :spaghetti:
Browse files

Update CI

parent 7cce259d
No related merge requests found
Pipeline #9753 passed with stage
in 11 seconds
Showing with 4 additions and 2 deletions
+4 -2
...@@ -4,9 +4,11 @@ stages: ...@@ -4,9 +4,11 @@ stages:
build_rapport_fr: build_rapport_fr:
stage: build stage: build
script: script:
- latexmk -f -pdf -interaction=nonstopmode rapport_inrae_fr.tex - latexmk -f -pdf -interaction=nonstopmode rapport_inrae_fr.tex > /dev/null 2>&1 || true
- du -hs rapport_inrae_fr.pdf
build_rapport_en: build_rapport_en:
stage: build stage: build
script: script:
- latexmk -f -pdf -interaction=nonstopmode rapport_inrae_en.tex - latexmk -f -pdf -interaction=nonstopmode rapport_inrae_en.tex > /dev/null 2>&1 || true
- du -hs rapport_inrae_en.pdf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment