From 87777eb1b48d58960267cb0c4b198967c7bd1ca1 Mon Sep 17 00:00:00 2001
From: "Benguria Elguezabal, Gorka" <gorka.benguria@tecnalia.com>
Date: Thu, 29 Aug 2024 17:03:58 +0200
Subject: [PATCH] removes unnecesary stages

---
 .gitlab-ci.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b38e20..02b31ef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,11 +34,6 @@ variables:
   GITLAB_CI_FILES: "templates/gitlab-ci-sonar.yml"
   GIT_STRATEGY: clone
 
-stages:
-  - build
-  - test
-  - publish
-
 semantic-release:
   rules:
     # on production branch(es): auto if SEMREL_AUTO_RELEASE_ENABLED
-- 
GitLab