From 14de0c924e4e45f6bd152b96619f5203e1374e12 Mon Sep 17 00:00:00 2001
From: Sebastien ANDRE <sandre@afi-sa.fr>
Date: Wed, 18 Oct 2023 15:49:29 +0200
Subject: [PATCH] upgrade gitlab-ci.yml

---
 .gitlab-ci.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e4287f57ef..bff6a9e01fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ test:php74_bokeh:
   except:
     - tags
   tags:
-    - bladerunner
+    - 74_bokeh
 
 
 test:php74_other:
@@ -30,7 +30,7 @@ test:php74_other:
   except:
     - tags
   tags:
-    - free
+    - 74_other
 
 
 test:php74_scenario:
@@ -44,7 +44,7 @@ test:php74_scenario:
   except:
     - tags
   tags:
-    - free
+    - 74_scenario
     
 
 test:php81_bokeh:
@@ -58,7 +58,7 @@ test:php81_bokeh:
   except:
     - tags
   tags:
-    - bladerunner
+    - 81_bokeh
 
 
 test:php81_other:
@@ -72,7 +72,7 @@ test:php81_other:
   except:
     - tags
   tags:
-    - free
+    - 81_other
 
 
 test:php81_scenario:
@@ -86,4 +86,4 @@ test:php81_scenario:
   except:
     - tags
   tags:
-    - free
+    - 81_scenario
-- 
GitLab