Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 89671f8..84ae892 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,6 +31,7 @@ check:
script:
- make check
stage: check
+ interruptible: true
build_short:
extends: .build
@@ -45,6 +46,7 @@ build_short:
- Makefile
- .gitlab-ci.yml
- .gitlab/ci/*
+ interruptible: true
build_long:
extends: .build
@@ -63,3 +65,4 @@ build_long:
- Makefile
- .gitlab-ci.yml
- .gitlab/ci/*
+ interruptible: true