From 26ed50f04a4d087344456afdb08dd3f25df94966 Mon Sep 17 00:00:00 2001
From: James <github@j4m3s.eu>
Date: Thu, 8 Jun 2023 10:12:13 +0000
Subject: [PATCH] Enable interruptible jobs' pipelines (#10167)

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 015eec681..dbf14fc5f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,6 +56,7 @@ before_script:
 .testcases: &testcases
   <<: *job
   retry: 1
+  interruptible: true
   before_script:
     - update-alternatives --install /usr/bin/python python /usr/bin/python3 1
     - ./tests/scripts/rebase.sh
-- 
GitLab