From 7ba2b3083d5c149236e69fc395789475ecc5d2c3 Mon Sep 17 00:00:00 2001 From: Vincent Nivoliers <vincent.nivoliers@univ-lyon1.fr> Date: Fri, 22 Nov 2019 12:17:16 +0100 Subject: [PATCH] debug chemins pour integration continue --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bad26d..742e38a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,12 @@ build-presentation: only: changes: - Presentation - before_script: - - cd Presentation script: - latexmk -pdf presentation.tex artifacts: name: presentation paths: + - ls + - cd Presentation + - ls - Presentation/presentation.pdf -- GitLab