From f3b658beb655a6ed0821d6f7c4c952f3c54299e1 Mon Sep 17 00:00:00 2001 From: Florent Pruvost Date: Wed, 28 Feb 2018 17:20:21 +0100 Subject: [PATCH] stderr in sonar.log --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35381689..a31903e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,5 +38,5 @@ test: script: - source ./Utils/scripts/analysis.sh - if [[ $CI_REPOSITORY_URL = *"solverstack/ScalFMM"* ]] && [[ $CI_COMMIT_REF_NAME = *"develop"* ]]; then - sonar-scanner -X > sonar.log; + sonar-scanner -X 2>&1 |tee sonar.log; fi -- GitLab