From 365d1f9877f265e9461dc143cd1b9321a7e9ac03 Mon Sep 17 00:00:00 2001 From: Vincent Nivoliers <vincent.nivoliers@univ-lyon1.fr> Date: Fri, 22 Nov 2019 12:21:52 +0100 Subject: [PATCH] debug chemins CI --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 742e38a..49954af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,11 +5,11 @@ build-presentation: changes: - Presentation script: + - ls + - cd Presentation + - ls - latexmk -pdf presentation.tex artifacts: name: presentation paths: - - ls - - cd Presentation - - ls - Presentation/presentation.pdf -- GitLab