]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
bird: .yml file was updated with specific runner
authorMatous Holinka <matous.holinka@nic.cz>
Tue, 5 Nov 2019 14:00:19 +0000 (15:00 +0100)
committerMatous Holinka <matous.holinka@nic.cz>
Tue, 5 Nov 2019 14:00:19 +0000 (15:00 +0100)
.gitlab-ci.yml

index 6fe78811c515873a36ca0b26fc7bd0e56892bb42..b502155ebbe951b89965f94db783211787673979 100644 (file)
@@ -305,11 +305,15 @@ build-birdlab:
 
 netlab:
   stage: netlab_prep
+  tags:
+    - birdlab
   script:
     - echo "Prep-phase"
 
 tests:
   stage: runtest
+  tags:
+    - birdlab
   script:
     - echo "Install"
     - ls -l
@@ -318,5 +322,7 @@ tests:
 
 cleaning:
   stage: cleanup
+  tags:
+    - birdlab
   script:
     - echo "Cleaning phase"