Skip to content
Snippets Groups Projects
Verified Commit e826f016 authored by Huste, Tobias's avatar Huste, Tobias Committed by Hueser, Christian
Browse files

Define interruptible in the default section

parent 1dd84bf1
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,5 @@ build:gcc:
artifacts:
paths:
- build_gcc_${VERSION}
interruptible: true
...
......@@ -13,6 +13,7 @@ stages:
default:
image: python:3.10
interruptible: true
.install_dependencies:
before_script:
......
......@@ -12,7 +12,6 @@ license_compliance:
- pip install reuse
script:
- reuse lint
interruptible: true
lint:
stage: lint
......@@ -21,6 +20,5 @@ lint:
- pip install cpplint
script:
- cpplint --recursive src/ tests/
interruptible: true
...
......@@ -13,6 +13,5 @@ run:
needs:
- job: "build:gcc"
artifacts: true
interruptible: true
...
......@@ -16,6 +16,5 @@ test:gcc:
needs:
- job: "build:gcc"
artifacts: true
interruptible: true
...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment