CI: no-test jobs don't need KVM

We only need KVM for testing.

Signed-off-by: Daniel Stone <daniels@collabora.com>
dev
Daniel Stone 3 years ago
parent 36ad69e65e
commit c2642eb21a
  1. 2
      .gitlab-ci.yml

@ -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} ..

Loading…
Cancel
Save