From 5555030ef9c0aeeae9676cc7432d4ba762f729bb Mon Sep 17 00:00:00 2001
From: Sintal <61sima1bif@hft-stuttgart.de>
Date: Thu, 6 May 2021 09:59:44 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 38800e5..beeaf8a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ image: ubuntu
 before_script:
   - echo "Hello, $GITLAB_USER_LOGIN!"
   #- ip addr show
-  - ifconfig
+  - 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
-- 
GitLab