Skip to content
Snippets Groups Projects
Commit 086e9abc authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

openssh-client, fix package

parent fa33847d
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment