From e4c5a5ec4812f16173677ea86584652f5eb0ddaf Mon Sep 17 00:00:00 2001 From: Casper Boone Date: Tue, 7 May 2019 16:11:34 +0200 Subject: [PATCH] Let static analysis failures result in a warning --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5896e52f5..0b7554baa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,3 +14,4 @@ test: warnings: stage: static-analysis script: "./gradlew staticAnalysis" + allow_failure: true