diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ce764557cae2a9d18144fd396ba31b63b6d1edd..dfbfb99deb70cad4daa394800f0f7b30213d66e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ image: ubuntu before_script: - echo "Hello, $GITLAB_USER_LOGIN!" + - ip addr show - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' - eval $(ssh-agent -s) #- apt-get install expect -y