From: Ondřej Surý Date: Thu, 21 Dec 2017 12:14:32 +0000 (+0100) Subject: The interface setup needs sudo X-Git-Tag: v9.13.0~168^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b54a2fb1c04ed407a66250504a01125526db0d1a;p=thirdparty%2Fbind9.git The interface setup needs sudo --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1edea786333..49ff7eda756 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,7 +82,7 @@ stages: .build: &build_job stage: build before_script: - - bash bin/tests/system/ifconfig.sh up + - sudo bash bin/tests/system/ifconfig.sh up - ./autogen.sh script: - ./configure