From a4654656fb40fb1f5bd7f1258d2835e8831593fd Mon Sep 17 00:00:00 2001 From: Chetouane <elias.chetouane@univ-grenoble-alpes.fr> Date: Fri, 19 Jan 2024 12:07:08 +0100 Subject: [PATCH] =?UTF-8?q?Test=20chemin=20d'acc=C3=A8s=20au=20d=C3=A9p?= =?UTF-8?q?=C3=B4t.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9350758..5e37a54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,10 @@ image: python:3-alpine build-dois-csv: - only: - - schedules + + #only: + # - schedules + before_script: - apk update - apk add git openssh -- GitLab