From 2c8fc0143b69cc0e0f46b9dd588b24a752d4d4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 3 Oct 2023 17:52:55 +0100 Subject: [PATCH] .gitlab-ci.yml: Do not use gnome-build-meta runner In theory that's not needed any more as all runners should have KVM now --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 440c6b6..da24934 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,5 +71,4 @@ test-s3-image: junit: junit.xml expire_in: '1 week' tags: - - x86_64 - - gnome-build-meta + - kvm -- GitLab