diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index 4fb5356..624988a 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -38,8 +38,6 @@ 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: @@ -65,8 +63,6 @@ buildWindowsAndLinux: deploy: stage: buildAndDeployElectron image: python:3.12.7-bookworm - services: - - docker:20.10.16-dind tags: - fcast # dependencies: