From b9e7715eb6865f5f0c64554d9ce908b5f8566ebb Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Wed, 19 Jun 2024 11:16:34 +0200
Subject: [PATCH] with git

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 949a32d..a40c9a3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -140,6 +140,7 @@ publish_listing:
   needs: 
     - build_r
     - build_python
+  image: docker:24-git
   before_script:
     - git fetch origin docs
     - git checkout docs
-- 
GitLab