From 42a18280e4d1ead649025dff7593cc22b2808dd2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michel=20D=C3=A4nzer?= Date: Wed, 18 Sep 2019 16:21:32 +0200 Subject: [PATCH] gitlab-ci: Add needs: for x86 buster docker image This allows most build jobs to run before the stretch or arm64 docker images are ready. v2: * Use - list syntax instead of [] (Eric Engestrom) Reviewed-by: Eric Engestrom Reviewed-by: Eric Anholt --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7506129b924..db0e132d53f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,6 +94,8 @@ test-container:arm64: .build: extends: .ci-run-policy image: $DEBIAN_IMAGE + needs: + - debian-10 stage: build cache: paths: -- 2.30.2