From: Ondrej Zajicek (work) Date: Wed, 22 Apr 2020 14:03:37 +0000 (+0200) Subject: Tests: Activate BGP test X-Git-Tag: v2.0.8~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c838ad9fdc553c658ee2fbb466ab8ab4cd14805;p=thirdparty%2Fbird.git Tests: Activate BGP test --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aca4ac11f..5655a39e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -368,3 +368,8 @@ test-ospf-custom: <<: *test-base variables: TEST_NAME: cf-ospf-custom + +test-bgp-base: + <<: *test-base + variables: + TEST_NAME: cf-bgp-base