gitlab-ci: Add test-container:arm64 to needs: for arm64 test jobs
authorMichel Dänzer <mdaenzer@redhat.com>
Wed, 18 Sep 2019 14:28:41 +0000 (16:28 +0200)
committerMichel Dänzer <michel@daenzer.net>
Mon, 30 Sep 2019 07:17:44 +0000 (09:17 +0200)
commitf2b8051d69b58a5cc22f15b7a4436c8e3281348f
tree8e3bfa3d163b564c520955022a19f8cda6ba8d3c
parent42a18280e4d1ead649025dff7593cc22b2808dd2
gitlab-ci: Add test-container:arm64 to needs: for arm64 test jobs

Without this, it was theoretically possible for the jobs to run before
the docker image was ready.

v2:
* Use - list syntax instead of [] (Eric Engestrom)

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
.gitlab-ci.yml