0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-23 10:11:53 +00:00

bird: .yml file was updated with specific runner

This commit is contained in:
Matous Holinka 2019-11-05 15:00:19 +01:00
parent 19e8a4fd5f
commit 8160a1a249

View File

@ -305,11 +305,15 @@ build-birdlab:
netlab: netlab:
stage: netlab_prep stage: netlab_prep
tags:
- birdlab
script: script:
- echo "Prep-phase" - echo "Prep-phase"
tests: tests:
stage: runtest stage: runtest
tags:
- birdlab
script: script:
- echo "Install" - echo "Install"
- ls -l - ls -l
@ -318,5 +322,7 @@ tests:
cleaning: cleaning:
stage: cleanup stage: cleanup
tags:
- birdlab
script: script:
- echo "Cleaning phase" - echo "Cleaning phase"