]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Enable private IP addresses for tests
authorOndřej Surý <ondrej@sury.org>
Fri, 13 Oct 2017 14:15:34 +0000 (16:15 +0200)
committerOndřej Surý <ondrej@sury.org>
Mon, 12 Feb 2018 14:01:54 +0000 (15:01 +0100)
.gitlab-ci.yml

index 9921be1d14036bead1e1b2b6b0ec9b9273ea04d1..7b52cd1359a0c7a04e27a58795d9e3f49b9f7489 100644 (file)
@@ -62,8 +62,9 @@ ubuntu:latest:
 
 .build: &build_job
   stage: build
-  script:
+  before_script:
     - ./autogen.sh
+  script:
     - ./configure
     - make -k all V=1
   artifacts:
@@ -72,6 +73,8 @@ ubuntu:latest:
 
 .test: &test_job
   stage: test
+  before_script:
+    - bin/tests/system/ifconfig.sh up
   script:
     - make -k check V=1