diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index beeaf8ab1e058a9016ae07fda0810df69d5d261f..2ba6be0f4144fd49ebc0862fc4853adf1c9b4c48 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,8 @@ image: ubuntu
 before_script:
   - echo "Hello, $GITLAB_USER_LOGIN!"
   #- ip addr show
-  - apt-file search --regexp 'bin/ip$'
+  - 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)
   #- apt-get install expect -y