stage: netlab_prep
script:
- echo "Prep-phase"
- # - cd builds/labs/
- # - sudo git clone https://gitlab.labs.nic.cz/labs/bird-tools --branch oz-test-base
- # - cd /build/labs/bird
- - cd /builds/labs/
- - git clone https://gitlab.labs.nic.cz/labs/bird-tools --branch oz-test-base
- - cd /builds/labs/bird
- #- sudo cp bird birdc ../bird-tools/netlab-int/common
tests:
stage: runtest
stage: cleanup
script:
- echo "Cleaning phase"
- # - sudo rm -r builds/labs/bird-tools
- - rm -r builds/labs/bird-tools