diff options
author | lain <lain@soykaf.club> | 2020-05-12 15:02:37 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-12 15:02:37 +0200 |
commit | 2f2e5fea34355d1e307a787d1df459813b556406 (patch) | |
tree | e6d21d4ad478e68f25d6cfb08bab6a9336db5777 /.gitlab-ci.yml | |
parent | f8190aea5e68a6e17ccc88b13486bd69c3b08450 (diff) | |
download | pleroma-2f2e5fea34355d1e307a787d1df459813b556406.tar.gz |
Give up for now and make gitlab retry failed jobs.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b7c03ebb..aad28a2d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,6 +48,7 @@ benchmark: unit-testing: stage: test + retry: 2 cache: &testing_cache_policy <<: *global_cache_policy policy: pull @@ -80,6 +81,7 @@ unit-testing: unit-testing-rum: stage: test + retry: 2 cache: *testing_cache_policy services: - name: minibikini/postgres-with-rum:12 |