From 3416d98724655af766236539e1102568b6b156b9 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Tue, 12 Dec 2017 14:17:54 +0100 Subject: [PATCH] restore only ofr sonar --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4d8d2563..4a901a719 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -111,8 +111,8 @@ sonar: -o $PWD/chameleon.lcov - lcov_cobertura.py chameleon.lcov --output chameleon-coverage.xml - ./tools/analysis.sh - #only: - # - master@solverstack/chameleon + only: + - master@solverstack/chameleon doc: stage: doc -- GitLab