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