Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 908646ecd60..70342691bfc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -630,10 +630,11 @@ qa:selectors:
variables:
SETUP_DB: "false"
services: []
+ allow_failure: true
script:
- cd qa/
- bundle install
- - bin/qa Test::Sanity::Selectors
+ - bundle exec bin/qa Test::Sanity::Selectors
coverage:
<<: *dedicated-runner