Skip to content

Commit 7acecf3

Browse files
committed
ci: Add 1 retry to the CI jobs that run integration tests
1 parent d7c4c15 commit 7acecf3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ build:
4545
test:
4646
stage: test
4747
extends: .test
48+
retry: 1
4849
parallel:
4950
matrix:
5051
- DOCKER_IMAGE: "eclipse-temurin:18"
@@ -80,6 +81,7 @@ test:
8081
test_examples:
8182
stage: test
8283
extends: .test
84+
retry: 1
8385
parallel:
8486
matrix:
8587
- DOCKER_IMAGE: "maven:3.8"

0 commit comments

Comments
 (0)