From 65615776ebe67f0da57d27722dbcbf6f2649f81d Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Tue, 9 Jan 2018 13:55:03 +0100 Subject: [PATCH] Allow failure of qa:selectors job for now --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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