From dd0901864b3f70e60ad5132f4d745e6559fe3e7a Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Thu, 23 Apr 2020 13:27:46 +0200 Subject: [PATCH] Allow "race" job to fail in CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5b5c35d25..e4aee228b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,6 +156,7 @@ race: - _build/reports/go-tests-report-${CI_JOB_NAME}.xml reports: junit: _build/reports/go-tests-report-${CI_JOB_NAME}.xml + allow_failure: true cover: <<: *ruby_definition -- GitLab