From fb3fcdd0f9e1caf7ae13c5b221b8650bf71619d5 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Wed, 11 Oct 2017 14:43:57 +0200
Subject: [PATCH] sonar analysis only for the main repo solverstack/chameleon

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 280b2ba7c..97a07ed9e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -143,7 +143,7 @@ sonar:
     - lcov_cobertura.py chameleon.lcov --output chameleon-coverage.xml
     - ./tools/analysis.sh
   only:
-    - master
+    - master@solverstack/chameleon
 
 doc:
   stage: doc
-- 
GitLab