summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter DiStefano <pdistefano@gitlab.com>2020-06-15 17:43:14 +0000
committerPeter DiStefano <pdistefano@gitlab.com>2020-06-15 17:43:14 +0000
commit3350c9d8c97f06ee9fcab8b38fb1451d417344d2 (patch)
treebfcd5e9619f061b56406b52d103929e18fdda315
parent4774fa00b74a9248b2d14fc424a8c2f1abb0a0de (diff)
downloadgitlab-ce-pfdistef85_git-master-patch-25980.tar.gz
Update the Code-Quality.gitlab-ci.yml file to include needs[] so that it can start in parallel with the build stage.pfdistef85_git-master-patch-25980
-rw-r--r--lib/gitlab/ci/templates/Jobs/Code-Quality.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/ci/templates/Jobs/Code-Quality.gitlab-ci.yml b/lib/gitlab/ci/templates/Jobs/Code-Quality.gitlab-ci.yml
index bde6f185d3a..80f2515fc60 100644
--- a/lib/gitlab/ci/templates/Jobs/Code-Quality.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Jobs/Code-Quality.gitlab-ci.yml
@@ -1,6 +1,7 @@
code_quality:
stage: test
image: docker:19.03.11
+ needs: []
allow_failure: true
services:
- docker:19.03.11-dind