From bc1f48ae03e3af58d6716a3e3d23037fea7deba4 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Sun, 10 Apr 2022 10:00:00 +0200 Subject: drop custom runner usage: the full builds run on OBS anyway, so a shared runner should be enough --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2e73ab..d17f152 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ variables: prepare_debian_x86_64: image: debian:sid - tags: [x86_64b] + tags: [docker] <<: *prepare_debian <<: *prepare_config only: @@ -40,7 +40,7 @@ prepare_debian_x86_64: prepare_ubuntu_x86_64: image: ubuntu:20.04 - tags: [x86_64b] + tags: [docker] <<: *prepare_ubuntu <<: *prepare_config only: -- cgit