aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2019-11-10 22:58:23 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2019-11-26 19:43:56 +0100
commit6a314d26cbcc0e75c872d6c222f93661049466b7 (patch)
treeb2d2c4b254b4e49e563b4c470bfa7d8e5ad4f175 /.gitlab-ci.yml
parent148bd9ee92c55ba23be2d60a278dfa7ad0005971 (diff)
downloadbird-6a314d26cbcc0e75c872d6c222f93661049466b7.tar.gz
CI: Update new netlab location
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e00a8d6c..81e8d14e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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: