From fed295b96d147eb700356f334a95c6695015d960 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Wed, 4 Apr 2018 10:54:20 +0200
Subject: [PATCH] Fix url

---
 CMakeLists.txt    | 2 +-
 tools/analysis.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8d79c727..03881690 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,7 +38,7 @@ else()
 endif()
 
 # Define a subproject name fr ctest
-set(CMAKE_DIRECTORY_LABELS spm)
+set(CMAKE_DIRECTORY_LABELS "spm")
 set(CTEST_LABELS_FOR_SUBPROJECTS spm)
 
 if ( PASTIX_INT64 )
diff --git a/tools/analysis.sh b/tools/analysis.sh
index 99e5187a..0e537d2f 100755
--- a/tools/analysis.sh
+++ b/tools/analysis.sh
@@ -39,7 +39,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/
+sonar.host.url=https://sonarqube.bordeaux.inria.fr/sonarqube
 sonar.login=$SONARQUBE_LOGIN
 
 sonar.links.homepage=https://gitlab.inria.fr/solverstack/spm
-- 
GitLab