From 37e453cf4e9be7ca444a75e84e95b9d28aeee6df Mon Sep 17 00:00:00 2001 From: Damien DESPRES <ext.neogeo.ddespres@grandlyon.com> Date: Fri, 14 Jan 2022 16:27:53 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd1d3a6..6ce94b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ stages: -# - sonar-analysis + - sonar-analysis - build variables: @@ -8,6 +8,7 @@ variables: sonarqube: stage: sonar-analysis + allow_failure: true tags: - build before_script: -- GitLab