Skip to content

Commit

Permalink
Improving reliability of the IT's by repeating them two times if they…
Browse files Browse the repository at this point in the history
… fail
  • Loading branch information
KevinVdV committed Aug 2, 2024
1 parent c9aabc3 commit c74855e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c74855e

Please sign in to comment.