From 4ccbafa5cbe84e2473dadc162b52feac14644939 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Fri, 29 Sep 2017 10:10:12 +0200
Subject: [PATCH] add sonarqube branch to test analysis

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea6a43bc2..6bfba1760 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,4 +64,5 @@ analysis:
     - git submodule update --init --recursive
     - ./tools/analysis.sh
   only:
-    - master
\ No newline at end of file
+    - master
+    - sonarqube
\ No newline at end of file
-- 
GitLab