From 3c838ad9fdc553c658ee2fbb466ab8ab4cd14805 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Wed, 22 Apr 2020 16:03:37 +0200 Subject: [PATCH] Tests: Activate BGP test --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aca4ac11..5655a39e 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