diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 894fcc502f4832625be39eea90c2ac356f37b7aa..4b3f6b7fdbe3b4d5559d85a0dcb677665f72ca97 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,7 @@ variables:
 .template: &template
   <<: *only_branches
   stage: build
+  interruptible: true
   tags:
   - fp
   script:
@@ -49,6 +50,7 @@ build-coq.dev:
 
 build-coq.8.13.2:
   <<: *template
+  interruptible: false
   variables:
     OPAM_PINS: "coq version 8.13.2"
     MANGLE_NAMES: "1"