From f519d3790d874c9c38d5939dd3b63c20a91a74d3 Mon Sep 17 00:00:00 2001
From: Elias Chetouane <elias.chetouane@univ-grenoble-alpes.fr>
Date: Mon, 19 Feb 2024 14:19:54 +0100
Subject: [PATCH] Test debug.

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 34a7dd3..b0494ce 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ actualisation_dois:
     - git remote set-url --push origin "https://PUSH_TOKEN:${ACCESS_TOKEN2}@gricad-gitlab.univ-grenoble-alpes.fr/${PROJECT_PATH2}.git"
     - git add -f 1-enrich-with-datacite/nb-dois.txt
     - git commit -m "Execution du pipeline. Actualisation du nombre de dois."
-    - git push origin HEAD:$CI_COMMIT_REF_NAME
+    - git push
   
   artifacts:
     paths:
-- 
GitLab