summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6552ad1c0..79db96782 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -169,7 +169,7 @@ newlines:
script:
- ./.tools/jobs/install.sh "dos2unix git-core"
- ./.tools/jobs/newlines.sh
- image: debian:unstable
+ image: debian:buster
artifacts:
untracked: true
when: always
@@ -181,7 +181,8 @@ spaces:
- ./.tools/jobs/install.sh "sed git-core"
- cd npc
- ../.tools/jobs/spaces.sh
- image: debian:unstable
+ image: debian:buster
+ allow_failure: true
artifacts:
untracked: true
when: always