diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 01d7715cdb446caa14e3f7211d2aa4ef889f8a3f..c70b1a3c17bdcb6d54778e8014cb89902e97d9ed 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +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
+  - apt-get update -qq && apt-get install -y -qq sshpass openssh-client
 
 stages:
     - build