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 <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Michel Dänzer 2019-09-18 16:21:32 +02:00 committed by Michel Dänzer
parent 88319f2678
commit 42a18280e4
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ test-container:arm64:
.build:
extends: .ci-run-policy
image: $DEBIAN_IMAGE
needs:
- debian-10
stage: build
cache:
paths: