From 6f333ba05a87cfd07acda15dae5a5a9bf1b3e3e6 Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Tue, 10 Aug 2021 22:18:21 +0000
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 44c8f94d..115490cb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,7 @@ workflow:
 default:
   before_script:
     - source .local/bin/env.sh
+  interruptible: true
   artifacts:
     expire_in: 1 week 
     paths:
-- 
GitLab