From 347cebf73353dff94b6ab0f01dce8626950b7eb4 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 15:32:04 +0200
Subject: [PATCH] sonar

---
 maven-packages/sonarqube.yml | 2 +-
 strapi/README.md             | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/maven-packages/sonarqube.yml b/maven-packages/sonarqube.yml
index cb4dc65..f8b8577 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: .pre
+  stage: code_analysis
   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
diff --git a/strapi/README.md b/strapi/README.md
index 118fa5f..50b2e16 100644
--- a/strapi/README.md
+++ b/strapi/README.md
@@ -27,5 +27,4 @@ stages:
  - deploy
 include:
   - remote: 'https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/project-maven-azure-docker/build.yml'
-  
-```
+```
\ No newline at end of file
-- 
GitLab