From a39770db1b104df5d4d8c92190cc0259fe9e0638 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wouter.deconinck@umanitoba.ca>
Date: Wed, 22 Sep 2021 21:44:50 +0000
Subject: [PATCH] .phy_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 c24f9813..4a023d40 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,6 +57,10 @@ common:detector:
     - ln -s "${LOCAL_DATA_PATH}/datasets/data" data
     - ls -lrtha
     - bash bin/get_calibrations
+  retry:
+    max: 2
+    when:
+      - runner_system_failure
 
 include:
   - local: 'benchmarks/dis/config.yml'
-- 
GitLab