diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f4eadabc..cacc55c27 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,11 @@ variables: - .gradle - cache/ allow_failure: true + retry: + max: 2 + when: + - runner_system_failure + - stuck_or_timeout_failure build: