From b58418f51002180de625e838c43b89d3c3cf8e82 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Wed, 22 May 2019 14:29:24 +0200 Subject: [PATCH] Retry behave test twice --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3da7c129..06f7a701d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -90,6 +90,7 @@ behave: - test/behave/screenshots/ expire_in: 1 month when: on_failure + retry: 2 terminate: stage: cleanup -- GitLab