From 04c777f466e713b4ee832ab95114ddc9dd3b7c48 Mon Sep 17 00:00:00 2001
From: arnaudlabourel <arnaud.labourel@univ-amu.fr>
Date: Tue, 9 Jan 2024 11:37:55 +0100
Subject: [PATCH] test

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a067ab4..61f9fca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,12 @@
 include:
   - local: 'TP2/.gitlab-ci.yml'
 
-## my_folder/build.yml
-# the `.` (dot) before build means that we don't want it run alone, we must
-# extends to run this part
-.build:
+
+build:
+  - build_tp_2
+
+
+.build_tp:
   variables:
     SOFTWARE_ROOT: ""
   script:
@@ -13,7 +15,7 @@ include:
     - build ${SOFTWARE_ROOT}
 
 build_tp_2:
-  extends: .build
+  extends: .build_tp
   variables:
     SOFTWARE_ROOT: "TP2/"
 
-- 
GitLab