From 40beeeb6c6d727e4fa59600d3cf1bad7bc4bfaba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jon=20Lopez=20de=20Guere=C3=B1a?=
 <jon.lopezdeguerena@tecnalia.com>
Date: Wed, 6 Jul 2022 13:37:05 +0200
Subject: [PATCH] sonar maven

---
 maven-packages/sonarqube.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-packages/sonarqube.yml b/maven-packages/sonarqube.yml
index f8b8577..cb4dc65 100644
--- a/maven-packages/sonarqube.yml
+++ b/maven-packages/sonarqube.yml
@@ -2,7 +2,7 @@ sonarqube-check:
   image: $ACR_URL/maven:3.6.3-jdk-11
   tags:
     - docker
-  stage: code_analysis
+  stage: .pre
   variables:
     SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar"  # Defines the location of the analysis task cache
     GIT_DEPTH: "0"  # Tells git to fetch all the branches of the project, required by the analysis task
-- 
GitLab