From: Matous Holinka Date: Mon, 4 Nov 2019 13:30:04 +0000 (+0000) Subject: Update .gitlab-ci.yml X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a928d982c8e1fc6f39c57341fe307263af771cfd;p=thirdparty%2Fbird.git Update .gitlab-ci.yml --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e581d630..9db8191d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -305,9 +305,9 @@ netlab: stage: netlab_prep script: - echo "Prep-phase" - - cd builds/labs/ + - 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/bird #- sudo cp bird birdc ../bird-tools/netlab-int/common tests: @@ -316,7 +316,7 @@ tests: - echo "Install" - ls -l - pwd - - echo "done!" + - echo "Done!" cleaning: stage: cleanup