diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b636a6efdef8f4ddbe2067b61f0c609cefba0222..01d7715cdb446caa14e3f7211d2aa4ef889f8a3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ image: python:3.9-buster # Install all required packages before_script: - pip install -r requirements.txt + - apt-get update -qq && apt-get install -y -qq sshpass scp stages: - build