]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Run the interface up script with 'bash' as it's not executable by itself directly
authorOndřej Surý <ondrej@sury.org>
Fri, 13 Oct 2017 18:50:55 +0000 (20:50 +0200)
committerOndřej Surý <ondrej@sury.org>
Mon, 12 Feb 2018 14:01:54 +0000 (15:01 +0100)
.gitlab-ci.yml

index 51f92fc5fdcb864100ca4fdcd39894cd0b60ea4c..02ee48e8823d6e57f9b459eae19f82a0625313fc 100644 (file)
@@ -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