From 09e947879598c3bbdd2b1b09817eb91617f78302 Mon Sep 17 00:00:00 2001
From: Michele Alberti <michele.alberti@cea.fr>
Date: Fri, 9 Dec 2022 16:26:47 +0100
Subject: [PATCH] [ci] Make stages interruptible.

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 19503a2..bd7e7c6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ tests:
   tags:
     - docker
   when: always
-
+  interruptible: true
 
 ## Manual generation of the documentation
 
@@ -39,6 +39,7 @@ documentation:
   tags:
     - docker
   when: manual
+  interruptible: true
 
 ################################################################################
 ### PUBLIC
-- 
GitLab