summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-11-08 10:16:09 +0000
committerRémy Coutable <remy@rymai.me>2017-11-08 10:16:09 +0000
commit133a2886b3d88bfdf7bb9e21e4e3d6727d516912 (patch)
tree9b46413ed97aeeec1beefe113c536449d1d5169d
parentb579cc7620dad1d406e974cce2d9ad5a4ce58a57 (diff)
parent499f85c02bb69e4a32d21f9f447afd13c32235a7 (diff)
downloadgitlab-ce-133a2886b3d88bfdf7bb9e21e4e3d6727d516912.tar.gz
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
-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