From e2dc465ef3881d5d2d009208b100147ede6f31ea Mon Sep 17 00:00:00 2001
From: Pierre Gros <pgros@neogeo.fr>
Date: Mon, 29 Apr 2024 11:53:26 +0200
Subject: [PATCH] revert to sonarqube because I do not have login/pass yet

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5a817b18..8ae10fb4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
   
 variables:
   SONAR_PROJECTKEY: "$CI_PROJECT_NAME"
-  SONAR_HOST_URL: "https://sonar.neogeo.fr"
+  SONAR_HOST_URL: "https://sonarqube.neogeo.fr"
   GIT_DEPTH: 0
 
 test build:
-- 
GitLab