summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c4df898a4..90cd9684e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -303,6 +303,8 @@ tests-wsl-master:
- PATH=/root/.local/bin:$PATH ${TEST_COMMAND}
only:
- master
+ allow_failure: true
+
tests-wsl-non-master:
stage: test
@@ -324,6 +326,7 @@ tests-wsl-non-master:
when: manual
except:
- master
+ allow_failure: true
# Automatically build documentation for every commit, we want to know
# if building documentation fails even if we're not deploying it.