diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ba6be0f4144fd49ebc0862fc4853adf1c9b4c48..be135a1773cd7c5b951f78bec2bea9244a7aa5af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,9 @@ image: ubuntu before_script: - echo "Hello, $GITLAB_USER_LOGIN!" + - curl ifconfig.me #- ip addr show - - apt-get install iproute2 + #- apt-get install iproute2 #- apt-file search --regexp 'bin/ip$' - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' - eval $(ssh-agent -s)