summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-08-22 08:04:39 +0200
committerRémy Coutable <remy@rymai.me>2019-08-22 16:40:01 +0200
commit0c44dbe9d668da7e5b67a2538390dffb76cd103a (patch)
treeea1e6acd91500cc43eed359ebcbed955051e9664
parent5f283c588436b1a786c8a772cf63f43577304246 (diff)
downloadgitlab-ce-use-dag-for-package-and-qa-always-job.tar.gz
Use the 'needs' keyword for 'package-and-qa-always' jobuse-dag-for-package-and-qa-always-jobqa-use-dag-for-package-and-qa-always-job
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--.gitlab/ci/qa.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab/ci/qa.gitlab-ci.yml b/.gitlab/ci/qa.gitlab-ci.yml
index 144e5392e55..8b182509eb4 100644
--- a/.gitlab/ci/qa.gitlab-ci.yml
+++ b/.gitlab/ci/qa.gitlab-ci.yml
@@ -1,7 +1,8 @@
.package-and-qa-base:
image: ruby:2.6-alpine
- stage: review # So even if review-deploy failed we can still run this
+ stage: qa
before_script: []
+ needs: ["build-qa-image", "gitlab:assets:compile pull-cache"]
dependencies: []
cache: {}
variables: