From: lain Date: Tue, 12 May 2020 13:02:37 +0000 (+0200) Subject: Give up for now and make gitlab retry failed jobs. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=2f2e5fea34355d1e307a787d1df459813b556406;p=akkoma Give up for now and make gitlab retry failed jobs. --- 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