Add CI job that validates GitLab QA selectors

This commit is contained in:
Grzegorz Bizon 2018-01-09 12:36:11 +01:00
parent e0edf6c7af
commit bd29d36ac6
1 changed files with 12 additions and 0 deletions

View File

@ -623,6 +623,18 @@ qa:internal:
- bundle install
- bundle exec rspec
qa:selectors:
<<: *dedicated-runner
<<: *except-docs
stage: test
variables:
SETUP_DB: "false"
services: []
script:
- cd qa/
- bundle install
- bin/qa Test::Sanity::Selectors
coverage:
<<: *dedicated-runner
<<: *except-docs-and-qa