From 4fd10b5a1d0027ff43f0e48d39b1cb05474c4714 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 21 Feb 2023 17:13:53 +0100 Subject: [PATCH] ci: hmf try to understand what that 're2 syntax' gitlab is talking about is --- .gitlab/ci/test.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index a89697b44..4f69458fb 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -46,7 +46,7 @@ full-tests: artifacts: true - job: build-moulinette artifacts: true - coverage: 'TOTAL.*\s+(\d+%)' + coverage: '/TOTAL.*\s+(\d+%)/' artifacts: reports: junit: report.xml