From cf42a79ce6ea68ba790439e61abe840dcfd15aa2 Mon Sep 17 00:00:00 2001
From: Dorchies David <david.dorchies@irstea.fr>
Date: Tue, 10 Nov 2020 10:09:07 +0100
Subject: [PATCH] ci: add test compilation on presentation_inrae

Refs #3
---
 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 064108f..4875ce3 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
-- 
GitLab