From 104398a91d01dbc403932d00bb7fc412b262362f Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Thu, 21 Nov 2024 12:07:49 -0600 Subject: [PATCH] Fixing more CI runner tag conflicts --- receivers/electron/.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index c79e5d8..aa60ca7 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -5,7 +5,7 @@ buildElectronDockerContainer: services: - docker:20.10.16-dind tags: - - fcast + - fcast-instance-runner before_script: - cd receivers/electron script: @@ -64,7 +64,7 @@ deploy: stage: buildAndDeployElectron image: python:3.12.7-bookworm tags: - - fcast + - fcast-instance-runner # dependencies: # - buildMac # - buildWindowsAndLinux