Commit 133a2886 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'qa/gb/add-qa-internal-tests-to-the-pipeline' into 'master'

Add Internal QA specs to the pipeline

See merge request gitlab-org/gitlab-ce!15240
parents b579cc76 499f85c0
...@@ -587,6 +587,16 @@ codequality: ...@@ -587,6 +587,16 @@ codequality:
artifacts: artifacts:
paths: [codeclimate.json] paths: [codeclimate.json]
qa:internal:
stage: test
variables:
SETUP_DB: "false"
services: []
script:
- cd qa/
- bundle install
- bundle exec rspec
coverage: coverage:
<<: *dedicated-runner <<: *dedicated-runner
<<: *except-docs <<: *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