From 3f8abe8e9d0b6d86eaa5ed036dcecb24186e503a Mon Sep 17 00:00:00 2001 From: Chetouane <elias.chetouane@univ-grenoble-alpes.fr> Date: Thu, 18 Jan 2024 12:18:39 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20ssh,=20v=C3=A9rifier=20le=20msg=20?= =?UTF-8?q?d'erreur.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d5a9c55..f7e6ad3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: python:3-alpine build-dois-csv: before_script: - apk update - - apk add git + - apk add git openssh script: - pip install pandas - pip install requests -- GitLab