From 0e931011f8f71e863aa49e01563f5e5897a53783 Mon Sep 17 00:00:00 2001
From: Cedric Verstege <cedric.verstege@cern.ch>
Date: Thu, 27 Mar 2025 16:06:31 +0100
Subject: [PATCH] =?UTF-8?q?stages:=20=F0=9F=95=B5=EF=B8=8F,=20=E2=9A=97?=
 =?UTF-8?q?=EF=B8=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 83d62e7..bc8f5ee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,15 +1,12 @@
-stages:
-  - 🕵️
+stages: 🕵️, ⚗️
 
 include:
   # Case 1 Lint
-  stages: 🕵️
   - local: ci-configs/case-1-lint/lint.yml
 # # Case 2 Test
-stages: 🕵️, ⚗️
- - local: ci-configs/case-2-test/lint.yml
- - local: ci-configs/case-2-test/coverage.yml
- - local: ci-configs/case-2-test/unit_test.yml
+  - local: ci-configs/case-2-test/lint.yml
+  - local: ci-configs/case-2-test/coverage.yml
+  - local: ci-configs/case-2-test/unit_test.yml
 
 # # Case 3 Build
 # # stages: code_quality, test, build, build_image
-- 
GitLab