diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 716c80a1..5ecb569d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -305,9 +305,6 @@ netlab: 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 tests: stage: runtest @@ -315,10 +312,9 @@ tests: - echo "Install" - ls -l - pwd - - echo "done!" + - echo "Done!" cleaning: stage: cleanup script: - echo "Cleaning phase" - # - sudo rm -r builds/labs/bird-tools \ No newline at end of file