From 0bf98e6a0ccee38345d100937c3243dfd9d74cad Mon Sep 17 00:00:00 2001
From: Mohammad Torkashvand <mohammad.torkashvand@geant.org>
Date: Thu, 26 Oct 2023 08:50:17 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dd91399cf..84871e55d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,6 +48,7 @@ run-tox-pipeline:
       - htmlcov
 
   sonarqube-analysis:
+     stage: analysis
     image: sonarsource/sonar-scanner-cli
     script:
       - sonar-scanner
-- 
GitLab