From 08fb8fc90d02a0582d9473d4aee2daa1569ecd70 Mon Sep 17 00:00:00 2001
From: Lucas Nussbaum <lucas.nussbaum@inria.fr>
Date: Tue, 28 May 2024 21:32:50 +0200
Subject: [PATCH] Use g5k-debian:bookworm instead of debian:bookworm to make CI
 faster

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ad53d82a635..c8fe707543f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ include:
   parallel:
     matrix:
       - DEBIAN_VERSION: [bookworm]
-  image: debian:$DEBIAN_VERSION
+  image: ${CI_REGISTRY}/grid5000/docker/g5k-debian:$DEBIAN_VERSION
   before_script:
     - apt-get update && apt-get -y --no-install-recommends install build-essential wget git ruby ruby-dev bundler rake gpg clustershell graphviz
     # Call the original before_script section
-- 
GitLab