From bd696f081db17b3e153a02e1bfede7812920bfff Mon Sep 17 00:00:00 2001
From: "Benguria Elguezabal, Gorka" <gorka.benguria@tecnalia.com>
Date: Thu, 29 Aug 2024 17:01:30 +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 cf9cce0..3030992 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,11 +34,6 @@ variables:
   GITLAB_CI_FILES: "templates/gitlab-ci-maven.yml"
   GIT_STRATEGY: clone
 
-stages:
-  - build
-  - test
-  - publish
-
 semantic-release:
   rules:
     # on production branch(es): auto if SEMREL_AUTO_RELEASE_ENABLED
-- 
GitLab