diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 36b591fba5ac73d990bbbc0d2008f8a7519b437e..935075805556b06bfd4238dfeb2729fe8a0b6730 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,8 @@
 image: python:3-alpine
 
 build-dois-csv:
+  only:
+    - schedules
   before_script:
     - apk update
     - apk add git openssh
@@ -12,7 +14,7 @@ build-dois-csv:
   after_script:
     - git config user.name "${GITLAB_USER_NAME}"
     - git config user.email "${GITLAB_USER_EMAIL}"
-    - git remote set-url --push origin "https://WRITE_ACCESS:${ACCESS_TOKEN}@gricad-gitlab.univ-grenoble-alpes.fr${CI_PROJECT_PATH}.git"
+    - git remote set-url --push origin "https://WRITE_ACCESS:${ACCESS_TOKEN}@gricad-gitlab.univ-grenoble-alpes.fr/${CI_PROJECT_PATH}.git"
     - 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 origin HEAD:$CI_COMMIT_REF_NAME