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>
This commit is contained in:
Michel Dänzer 2019-09-18 16:28:41 +02:00 committed by Michel Dänzer
parent 42a18280e4
commit f2b8051d69
1 changed files with 3 additions and 1 deletions

View File

@ -423,7 +423,9 @@ arm64_a630_gles2:
- mesa-cheza
dependencies:
- meson-arm64
needs: [ meson-arm64 ]
needs:
- meson-arm64
- test-container:arm64
arm64_a630_gles31:
extends: arm64_a630_gles2