From 8ae7d58412e4701911469c7325e1e2f98471d1fc Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Fri, 17 Jan 2020 16:08:15 +0100
Subject: [PATCH] Update CI

---
 .gitlab-ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a496c56..064108f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,9 +4,11 @@ stages:
 build_rapport_fr:
   stage: build
   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:
   stage: build
   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
-- 
GitLab