Skip to content

Commit

Permalink
ci: Add 1 retry to the CI jobs that run integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEbbing committed Jan 20, 2023
1 parent 0388641 commit 03f064b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ package:
test:
stage: test
extends: .test
retry: 1
dependencies:
- build
parallel:
Expand Down

0 comments on commit 03f064b

Please sign in to comment.