0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00

CI: Update new netlab location

This commit is contained in:
Ondrej Zajicek (work) 2019-11-10 22:58:23 +01:00
parent 148bd9ee92
commit 6a314d26cb

View File

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