Allow failure of qa:selectors job for now

This commit is contained in:
Grzegorz Bizon 2018-01-09 13:55:03 +01:00
parent 8c22c65425
commit 65615776eb

View file

@ -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