From c74855ed7d9e4ef789204a1d8701852cf8a94b88 Mon Sep 17 00:00:00 2001 From: Kevin Van de Velde Date: Fri, 2 Aug 2024 15:27:46 +0200 Subject: [PATCH] Improving reliability of the IT's by repeating them two times if they fail --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37da58899cf2..07668e3d6973 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,4 +15,4 @@ cache: test: stage: test script: - - mvn $MAVEN_CLI_OPTS clean install license:check -DskipUnitTests=false -DskipIntegrationTests=false -P !assembly -B -V -Dsurefire.rerunFailingTestsCount=2 + - mvn $MAVEN_CLI_OPTS clean install license:check -DskipUnitTests=false -DskipIntegrationTests=false -P !assembly -B -V -Dsurefire.rerunFailingTestsCount=2 -Dfailsafe.rerunFailingTestsCount=2