From 861189a7761e5081d06ad218dcb448ce8971502b Mon Sep 17 00:00:00 2001
From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr>
Date: Tue, 4 Oct 2022 22:49:54 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 03fc6d1..5173212 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,7 +53,7 @@ build:dev-el6-gcc44-x86:
     PYTHON_ROOT: "${CI_PROJECT_DIR}/${NAME}"
 
 test:dev-el6-gcc44:
-  extends: [".build-python"]
+  extends: [".test-python"]
   image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc44
   variables:
     OS: "linux-el6"
@@ -64,7 +64,7 @@ test:dev-el6-gcc44:
     - build:dev-el6-gcc44
 
 test:dev-el6-gcc44-x86:
-  extends: [".build-python"]
+  extends: [".test-python"]
   image: gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc44-x86
   variables:
     OS: "linux-el6"
-- 
GitLab