Commit 499f85c0 authored by Grzegorz Bizon's avatar Grzegorz Bizon Committed by Rémy Coutable

Add Internal QA specs to the pipeline

parent b579cc76
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment