Skip to content

Commit a367ec8

Browse files
committed
Edit .gitlab-ci-correaa.yml
1 parent b6ad0c0 commit a367ec8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitlab-ci-correaa.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ before_script:
3838

3939
default:
4040
interruptible: true # jobs may override with `interruptible: false`
41+
retry:
42+
max: 2
43+
when:
44+
- runner_system_failure
45+
- unknown_failure
46+
- api_failure
47+
- stuck_or_timeout_failure
4148

4249
cache:
4350
key: apt-$CI_JOB_IMAGE

0 commit comments

Comments
 (0)