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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2242e10..7c00aa6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,11 +33,10 @@ build_tp_2:
 test_tp_2:
   stage:
     test
-  extends: .test
+  extends: .test_tp
   variables:
     SOFTWARE_ROOT: "TP2/"
 
-
 .coverage_tp:
   variables:
     SOFTWARE_ROOT: ""
@@ -46,7 +45,7 @@ test_tp_2:
     - coverage ${SOFTWARE_ROOT}
 
 coverage_tp_2:
-  extends: .coverage
+  extends: .coverage_tp
   stage:
     coverage
   variables:
-- 
GitLab