From 8160a1a2490dc961f6bfb94c90ea61308f7d25b0 Mon Sep 17 00:00:00 2001 From: Matous Holinka Date: Tue, 5 Nov 2019 15:00:19 +0100 Subject: [PATCH] bird: .yml file was updated with specific runner --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6fe78811..b502155e 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"