From 98696f075c7f3c07f1ee0b20a34e4ef2bdb3bfac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 21 Dec 2017 16:24:34 +0100 Subject: [PATCH] Run the network script in debugging mode --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a1f1baf9d..ccead4e92c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,7 +85,7 @@ stages: - whoami - ip a s - ip r s - - bash bin/tests/system/ifconfig.sh up + - bash -x bin/tests/system/ifconfig.sh up - ./autogen.sh script: - ./configure