From 232281d33811aa4b4805cbcf2c1403aa3f79f6ba Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Tue, 31 Mar 2020 21:37:25 +0200 Subject: [PATCH] when having two runner tags defined with one of them being offline, jobs did not get picked up --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b50e46..2d88540 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -137,8 +137,7 @@ appimage_x86_64: appimage_aarch64: image: arm64v8/ubuntu:16.04 tags: - - aarch64b - - arm64 # can also be run on any other less powerful aarch64 runner + - arm64 <<: *carch_aarch64 <<: *appimage_config only: