From e03bdeb386e446c75f1e78d8f20bea175e8e7b2e Mon Sep 17 00:00:00 2001 From: Zipeng WU Date: Fri, 18 Jun 2021 10:10:00 +0200 Subject: [PATCH] Fix gitlab QA depends on cirrus --- .cirrus.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 91e00d08a6f..8f246110a63 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -280,7 +280,9 @@ docker_gitlab_container_build_task: # GitLab QA is executed in a dedicated task in order to not slow down the pipeline, as a GitLab on-prem server docker image is required. qa_gitlab_task: <<: *ONLY_NIGHTLY_DEPENDING_ON_BUILD_TEMPLATE - depends_on: docker_gitlab_container_build + depends_on: + - build + - docker_gitlab_container_build gke_container: <<: *GKE_CONTAINER_TEMPLATE cpu: 2.4 -- 2.39.5