From f52e8fb7c2d4dcc1444fd9046bb7b7e6e915cc18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 21 Dec 2017 15:17:56 +0100 Subject: [PATCH] Check the address and routing information --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 887f4f389d..6a1f1baf9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,6 +83,8 @@ stages: stage: build before_script: - whoami + - ip a s + - ip r s - bash bin/tests/system/ifconfig.sh up - ./autogen.sh script: