Skip to content
Snippets Groups Projects
Commit 499f85c0 authored by Grzegorz Bizon's avatar Grzegorz Bizon Committed by Rémy Coutable
Browse files

Add Internal QA specs to the pipeline

parent b579cc76
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment