From 22b3b018bc7a50f19931e95097b7515c536cc565 Mon Sep 17 00:00:00 2001 From: Paul <paulmaruhn@posteo.de> Date: Thu, 10 Jun 2021 21:48:33 +0000 Subject: [PATCH] make builds interruptible again --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 189778f1..6ef8b54c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,6 @@ image: malteschmitz/ruby:2.6.6 +default: + interruptible: true # Cache modules in between jobs cache: -- GitLab