From 9a4be7f7512528397d796d41e3d139a94cc01757 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Thu, 26 Oct 2023 16:52:17 +0200
Subject: [PATCH] Let backstop retry up to 2 times before it finally fails

---
 tests/lakedrops.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/lakedrops.yml b/tests/lakedrops.yml
index cd138bd..96264c3 100644
--- a/tests/lakedrops.yml
+++ b/tests/lakedrops.yml
@@ -101,6 +101,7 @@ Test Backstop:
       optional: true
   script:
     - backstop test
+  retry: 2
   artifacts:
     name: backstop
     when: always
-- 
GitLab