diff --git a/README.md b/README.md
index ab600122b49f709c25cda249ac004f7025d2a6e3..5f3f54eda03ba721b1f5b39dfc6243655042ed2b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # SPM: SParse Matrix package
 
-[![pipeline status](https://gitlab.inria.fr/solverstack/spm/badges/master/pipeline.svg)](https://gitlab.inria.fr/solverstack/spm/pipelines) [![coverage report](https://gitlab.inria.fr/solverstack/spm/badges/master/coverage.svg)](https://sonarqube.bordeaux.inria.fr/sonarqube/dashboard?id=hiepacs%3Aspm%3Agitlab%3Amaster)
+[![pipeline status](https://gitlab.inria.fr/solverstack/spm/badges/master/pipeline.svg)](https://gitlab.inria.fr/solverstack/spm/pipelines) [![coverage report](https://gitlab.inria.fr/solverstack/spm/badges/master/coverage.svg)](https://sonarqube.inria.fr/sonarqube/dashboard?id=hiepacs%3Aspm%3Agitlab%3Amaster)
 
 SPM (SParse Matrix package) is a scientific library that provides
 basic operation coverage to manipulate sparse matrices in CSC, CSR,
diff --git a/tools/analysis.sh b/tools/analysis.sh
index 837391731bf290ce4d248c04ed8b44650b497c9d..73c46a7a34a355dae4fb6e0aba7ccb12aab54f03 100755
--- a/tools/analysis.sh
+++ b/tools/analysis.sh
@@ -38,7 +38,7 @@ SONARQUBE_PROJECTKEY=${SONARQUBE_PROJECTKEY:-hiepacs:spm:gitlab:dev}
 
 # create the sonarqube config file
 cat > sonar-project.properties << EOF
-sonar.host.url=https://sonarqube.bordeaux.inria.fr/sonarqube
+sonar.host.url=https://sonarqube.inria.fr/sonarqube
 sonar.login=$SONARQUBE_LOGIN
 
 sonar.links.homepage=https://gitlab.inria.fr/solverstack/spm