Skip to content

Commit c494ff4

Browse files
committed
fix: Add 1 retry to the CI jobs that run integration tests.
1 parent ebedd2a commit c494ff4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ package:
7070
test:
7171
stage: test
7272
extends: .test
73+
retry: 1
7374
parallel:
7475
matrix:
7576
- DOCKER_IMAGE: "python:3.11"
@@ -125,6 +126,7 @@ test:
125126
mustache example:
126127
stage: test
127128
extends: .test
129+
retry: 1
128130
script:
129131
- cd examples/mustache
130132
- pip install deepl

0 commit comments

Comments
 (0)