From: Ondřej Surý Date: Fri, 13 Oct 2017 18:50:55 +0000 (+0200) Subject: Run the interface up script with 'bash' as it's not executable by itself directly X-Git-Tag: v9.13.0~168^2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00beaad8684d46d271867aa26e13301b531f52f7;p=thirdparty%2Fbind9.git Run the interface up script with 'bash' as it's not executable by itself directly --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51f92fc5fdc..02ee48e8823 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -119,7 +119,7 @@ ubuntu-i386:latest: .test: &test_job stage: test before_script: - - bin/tests/system/ifconfig.sh up + - bash bin/tests/system/ifconfig.sh up script: - make -k check V=1