0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-09 18:41:55 +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: stages:
- image - image
- build - build
- tests
.docker: &docker_build .docker: &docker_build
stage: image stage: image
@ -298,3 +299,9 @@ build-birdlab:
- birdlab - birdlab
- amd64 - amd64
runtest:
stage: tests
script:
- echo "Install"
- ls -l
- echo "done!"