diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2017-11-08 10:16:08 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-11-08 10:16:08 +0000 |
commit | 499f85c02bb69e4a32d21f9f447afd13c32235a7 (patch) | |
tree | 9b46413ed97aeeec1beefe113c536449d1d5169d /.gitlab-ci.yml | |
parent | b579cc7620dad1d406e974cce2d9ad5a4ce58a57 (diff) | |
download | gitlab-ce-499f85c02bb69e4a32d21f9f447afd13c32235a7.tar.gz |
Add Internal QA specs to the pipeline
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fed5971233d..6a5050b553f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |