diff --git a/pkg/runner/testdata/networking/push.yml b/pkg/runner/testdata/networking/push.yml index 2b1bf9a0c41..1e02ba716fd 100644 --- a/pkg/runner/testdata/networking/push.yml +++ b/pkg/runner/testdata/networking/push.yml @@ -7,8 +7,8 @@ jobs: - name: Install tools run: | apt update - apt install -y bind9-host + apt install -y iputils-ping - name: Run hostname test run: | hostname -f - host $(hostname -f) + ping -c 4 $(hostname -f)