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

added sshpass,scp CI

parent 3216bce4
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ image: python:3.9-buster ...@@ -4,6 +4,7 @@ image: python:3.9-buster
# Install all required packages # Install all required packages
before_script: before_script:
- pip install -r requirements.txt - pip install -r requirements.txt
- apt-get update -qq && apt-get install -y -qq sshpass scp
stages: stages:
- build - build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment