Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2017-11-08 13:16:08 +0300
committerRémy Coutable <remy@rymai.me>2017-11-08 13:16:08 +0300
commit499f85c02bb69e4a32d21f9f447afd13c32235a7 (patch)
tree9b46413ed97aeeec1beefe113c536449d1d5169d /.gitlab-ci.yml
parentb579cc7620dad1d406e974cce2d9ad5a4ce58a57 (diff)
Add Internal QA specs to the pipeline
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
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