]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Update .gitlab-ci.yml
authorMatous Holinka <matous.holinka@nic.cz>
Mon, 4 Nov 2019 13:30:04 +0000 (13:30 +0000)
committerMatous Holinka <matous.holinka@nic.cz>
Mon, 4 Nov 2019 13:30:04 +0000 (13:30 +0000)
.gitlab-ci.yml

index 2e581d630d91dd161e567b26744ad675ee3e7116..9db8191d6b8a74fd76fd66dd4f3995be8bcf670a 100644 (file)
@@ -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