Add Internal QA specs to the pipeline
This commit is contained in:
parent
b579cc7620
commit
499f85c02b
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue