From: Matous Holinka Date: Mon, 4 Nov 2019 10:59:02 +0000 (+0100) Subject: Bird: file .yml was updated w/ some base tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a8542ff4c993fe79c48649369363d2eb9c7ec8d;p=thirdparty%2Fbird.git Bird: file .yml was updated w/ some base tests --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1bf9a9b8a..e64b57c30 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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!" \ No newline at end of file