From 0d02de1b14afc18eeff7f9221e56a5ae2fac0867 Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Mon, 11 Nov 2024 19:52:45 -0600 Subject: [PATCH] Workaround for volume mounting issues --- receivers/electron/.gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index 624988a..4fb5356 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -38,6 +38,8 @@ buildMac: buildWindowsAndLinux: stage: buildAndDeployElectron image: gitlab.futo.org:5050/videostreaming/fcast/receiver-electron-dev:latest + services: + - docker:20.10.16-dind tags: - fcast before_script: @@ -63,6 +65,8 @@ buildWindowsAndLinux: deploy: stage: buildAndDeployElectron image: python:3.12.7-bookworm + services: + - docker:20.10.16-dind tags: - fcast # dependencies: