diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 533c12a7a9a5cb338aa0f4ace7ab118a6c0036aa..e68fa9960cc22ecea88a1526dc65c3f84f1bfd38 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -179,6 +179,7 @@ ci-test-image-build:
     - if: '$CI_COMMIT_MESSAGE =~ /TRIGGER_JOBS=.*ci-test-image-build/'
   extends:
     - .kaniko_build
+  interruptible: true
 
 # Stage: create-vps
 # =================
@@ -214,6 +215,7 @@ create-vps:
     url: https://$FQDN
     on_stop: terminate-droplet
     auto_stop_in: 1 week
+  interruptible: true
 
 # Stage: enable-apps
 # ==================
@@ -232,6 +234,7 @@ create-vps:
     paths:
       - ./clusters
       - ./enabled_apps/$APP
+  interruptible: true
 
 enable-eventrouter:
   variables: