diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 064108f9d21b15ca497dc5135be252227e6016ad..4875ce3932813ef0f7dffabdfc61fde22c44f6df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,3 +12,9 @@ build_rapport_en: script: - latexmk -f -pdf -interaction=nonstopmode rapport_inrae_en.tex > /dev/null 2>&1 || true - du -hs rapport_inrae_en.pdf + +build_rapport_en: + stage: build + script: + - pdflatex presentation_inrae.tex > /dev/null 2>&1 || true + - du -hs presentation_inrae.pdf \ No newline at end of file