From 928caeac380b01aced79f48a0c9d6fe7251c1a3c Mon Sep 17 00:00:00 2001
From: Alexis GAMELIN <alexis.gamelin@synchrotron-soleil.fr>
Date: Tue, 18 Jun 2024 22:39:54 +0200
Subject: [PATCH] Update .gitlab-ci.yml file to use python_mpi repo

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0fc3028..2b4601a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
   - build_pip
 
 .python_job:
-  image: python:3.11
+  image: gitlab-registry.synchrotron-soleil.fr/pa/collective-effects/python_mpi:latest
   before_script:
     - pip install poetry
     - poetry install
-- 
GitLab