diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 299cd7ee15dee352870cf3caeecd1e22c015c711..162337504ec9385e3e55d1271a8d2117eaf24f7d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,5 +16,5 @@ build_rapport_en:
 build_presentation:
   stage: build
   script:
-    - pdflatex presentation_inrae.tex > /dev/null 2>&1 || true
+    - pdflatex presentation_inrae.tex 2>&1 || true
     - du -hs presentation_inrae.pdf
\ No newline at end of file