From 0af2943e56370ad01866746fb94aee1cdd8038af Mon Sep 17 00:00:00 2001
From: Pierre Esterie <pierre.esterie@inria.fr>
Date: Thu, 26 Sep 2019 11:42:57 +0200
Subject: [PATCH] Correct branch name for sonarqube in CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 628fc8b7b..718c8865c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -95,4 +95,4 @@ sonar:
     - source ./Utils/scripts/analysis.sh
     - sonar-scanner |tee sonar.log;
   only:
-    - develop@solverstack/ScalFMM
+    - master@solverstack/ScalFMM
-- 
GitLab