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: