]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
CI: Update new netlab location
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 10 Nov 2019 21:58:23 +0000 (22:58 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 26 Nov 2019 18:43:56 +0000 (19:43 +0100)
.gitlab-ci.yml

index e00a8d6c1789f8b74593070c69c4d0bce25f9f29..81e8d14e642e31333ae056a4acb8de28eca0a94a 100644 (file)
@@ -307,7 +307,7 @@ build-birdlab:
     - cd $TOOLS_DIR
     - sudo git clean -fx
     - git pull --ff-only
-    - mv $DIR/bird $DIR/birdc netlab-int/common
+    - mv $DIR/bird $DIR/birdc netlab/common
 
 .test: &test_job
   stage: test
@@ -316,7 +316,7 @@ build-birdlab:
     - birdlab
     - amd64
   script:
-    - cd $TOOLS_DIR/netlab-int
+    - cd $TOOLS_DIR/netlab
     - sudo ./runtest -m check $TEST_NAME
 
 test-ospf: