0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-08 18:11:54 +00:00

Bird: file .yml was updated w/ some base tests

This commit is contained in:
Matous Holinka 2019-11-04 11:59:02 +01:00
parent a06d14118c
commit 5a8542ff4c

View File

@ -8,6 +8,7 @@ variables:
stages:
- image
- build
- tests
.docker: &docker_build
stage: image
@ -298,3 +299,9 @@ build-birdlab:
- birdlab
- amd64
runtest:
stage: tests
script:
- echo "Install"
- ls -l
- echo "done!"