make tests interruptible

This commit is contained in:
Oscar Krause 2024-01-18 13:10:12 +01:00
parent 6aa197dcae
commit 4fb90a22e3
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ build:pacman:
test: test:
image: python:3.11-slim-bookworm image: python:3.11-slim-bookworm
stage: test stage: test
interruptible: true
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG