From fd0f0591238cc435935dd288222dd3d97ffaa603 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wouter.deconinck@umanitoba.ca>
Date: Wed, 22 Sep 2021 21:46:27 +0000
Subject: [PATCH] .rec_benchmark: retry: max 2, when: [runner_system_failure]

---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8973e9a8..d4f3542c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,6 +60,10 @@ common:detector:
     - ln -s "${LOCAL_DATA_PATH}/datasets/data" data
     - ls -lrtha
     - bash bin/get_calibrations
+  retry:
+    max: 2
+    when:
+      - runner_system_failure
   interruptible: true
 
 include: 
-- 
GitLab