summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-04-27 16:33:38 +0800
committerLin Jen-Shin <godfat@godfat.org>2018-04-27 16:33:38 +0800
commit40366dd10bef5d85786ab7baa9d813b33d52884b (patch)
tree937984b4a134a8e00d42265baadfec6da5c82f49 /.gitlab-ci.yml
parent740f0bb126a4e7da94d9d0181d2023b14113c93e (diff)
downloadgitlab-ce-40366dd10bef5d85786ab7baa9d813b33d52884b.tar.gz
Fix rubocop offense and enable jobs for qa
We could revisit which we don't want to run in qa.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5bc2f1f3a0f..bb55758ba6f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -110,7 +110,7 @@ stages:
# Jobs that only need to pull cache
.dedicated-no-docs-pull-cache-job: &dedicated-no-docs-pull-cache-job
<<: *dedicated-runner
- <<: *except-docs-and-qa
+ <<: *except-docs
<<: *pull-cache
dependencies:
- setup-test-env