summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-11-07 18:22:59 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-11-07 18:22:59 +0100
commit286bc7599913009c4e591b366bfc4546ae2784fd (patch)
tree539d3c35d610ce2c8315030a75edf142075dd329
parent5b12295ed65372f330ac4a5e71aaa6d30231ee89 (diff)
downloadgitlab-ce-qa/gb/add-qa-internal-tests-to-the-pipeline.tar.gz
Disable database and services in qa:internal jobqa/gb/add-qa-internal-tests-to-the-pipeline
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 66af3260e16..6a5050b553f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -589,6 +589,9 @@ codequality:
qa:internal:
stage: test
+ variables:
+ SETUP_DB: "false"
+ services: []
script:
- cd qa/
- bundle install