From: Matous Holinka Date: Tue, 5 Nov 2019 14:00:19 +0000 (+0100) Subject: bird: .yml file was updated with specific runner X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8160a1a2490dc961f6bfb94c90ea61308f7d25b0;p=thirdparty%2Fbird.git bird: .yml file was updated with specific runner --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6fe78811c..b502155eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"