CI: no-test jobs don't need KVM

We only need KVM for testing.

Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Daniel Stone 2021-06-21 22:15:18 +01:00
parent 36ad69e65e
commit c2642eb21a

View File

@ -157,8 +157,6 @@ container_prep:
# Same as above, but without running any tests.
.build-no-test:
extends: .build-env
tags:
- kvm
script:
- cd "$BUILDDIR"
- meson --prefix="$PREFIX" ${MESON_OPTIONS} ..