diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fdbf811b9d5fd494aa1142a21d33d73a968bada4..5dff898a3e898b4b7a1ebe7d09afc56d0b485854 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,7 @@ stages:
   - lint
   - build
   - test
+  - analyze
   - release
   - deploy
   - e2e
@@ -181,7 +182,7 @@ e2e-test:
   when: on_success
 
 sonar-analyze:
-  stage: test
+  stage: analyze
   cache:
     # inherit all global cache settings
     <<: *global_cache