diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index 8034e80..43a8ccc 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -70,7 +70,7 @@ deploy: # - buildWindowsAndLinux before_script: - cd receivers/electron - - apt update && apt install -y python3-boto3 + - pip install boto3 script: - python3 scripts/deploy.py when: manual