diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index c87cae8..624988a 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -71,6 +71,7 @@ deploy: before_script: - cd receivers/electron - pip install boto3 + - pip install requests script: - python3 scripts/deploy/deploy.py when: manual