diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4875ce3932813ef0f7dffabdfc61fde22c44f6df..299cd7ee15dee352870cf3caeecd1e22c015c711 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ build_rapport_en: - latexmk -f -pdf -interaction=nonstopmode rapport_inrae_en.tex > /dev/null 2>&1 || true - du -hs rapport_inrae_en.pdf -build_rapport_en: +build_presentation: stage: build script: - pdflatex presentation_inrae.tex > /dev/null 2>&1 || true