Retry API test CI job once if failed
This commit is contained in:
parent
42ac68eb4b
commit
90aa4dcc2a
|
@ -158,6 +158,7 @@ test_api:
|
||||||
- postgres:14
|
- postgres:14
|
||||||
- redis:6
|
- redis:6
|
||||||
stage: test
|
stage: test
|
||||||
|
retry: 1
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_PROJECT_ID__pip_cache"
|
key: "$CI_PROJECT_ID__pip_cache"
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue