From f1ea3a508aff2768a05aec78cd507037730051dc Mon Sep 17 00:00:00 2001
From: Chetouane <elias.chetouane@univ-grenoble-alpes.fr>
Date: Wed, 17 Jan 2024 11:59:49 +0100
Subject: [PATCH] =?UTF-8?q?Test=20en=20for=C3=A7ant=20le=20push.?=
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 b47d2ca..4ae42dd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ build-dois-csv:
     - git config user.email "${GITLAB_USER_EMAIL}"
     - git add -f dois-uga.csv 2-produce-graph/hist-evol-datasets-per-repo.png 2-produce-graph/hist-quantity-year-type.png 2-produce-graph/pie--datacite-client.png 2-produce-graph/pie--datacite-type.png
     - git commit -m "Nouvelle execution du pipeline"
-    - git push HEAD:main
+    - git push HEAD:main --force
   
   artifacts:
     paths:
-- 
GitLab