ci: Add needs to all the push jobs

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2022-03-30 11:00:47 +02:00
parent e799b7b20d
commit 0afff95280
No known key found for this signature in database
GPG key ID: 4C514D15D07186F1
3 changed files with 190 additions and 76 deletions

View file

@ -21,6 +21,7 @@ customers push:
extends:
- .customers-matrix
- .build_and_deploy_custom
needs: ["customers test"]
# Used by customers-gitlab-com qa e2e test: https://gitlab.com/gitlab-org/customers-gitlab-com/-/blob/staging/.gitlab/ci/e2e.gitlab-ci.yml
.customers-qa-matrix:
@ -43,3 +44,4 @@ customers-qa-assets push:
extends:
- .customers-qa-matrix
- .build_and_deploy_custom
needs: ["customers-qa-assets test"]