diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-04-22 16:03:37 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-04-22 17:14:02 +0200 |
commit | 3c838ad9fdc553c658ee2fbb466ab8ab4cd14805 (patch) | |
tree | 37342b1bb5c0a2218c0ec837660403ba03d37fa8 | |
parent | a6548d5b5be1d0186dfab43b76790803f8c8625e (diff) |
Tests: Activate BGP test
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |