Add Internal QA specs to the pipeline

This commit is contained in:
Grzegorz Bizon 2017-11-08 10:16:08 +00:00 committed by Rémy Coutable
parent b579cc7620
commit 499f85c02b

View file

@ -587,6 +587,16 @@ codequality:
artifacts:
paths: [codeclimate.json]
qa:internal:
stage: test
variables:
SETUP_DB: "false"
services: []
script:
- cd qa/
- bundle install
- bundle exec rspec
coverage:
<<: *dedicated-runner
<<: *except-docs