diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-04-28 14:58:43 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-04-28 15:26:26 +0200 |
commit | b465604eb13fc57ebe240556ebf0d4469690c906 (patch) | |
tree | f985a053c47635720e051b6816ab31445ee63736 /.gitlab-ci.yml | |
parent | 716e11a58437498c09ffdb321b0de4e28a7383d8 (diff) |
Tests: Activate BGP-auth test
Diffstat (limited to '.gitlab-ci.yml')
-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 a5427c3a..119d4be9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -378,3 +378,8 @@ test-bgp-base: <<: *test-base variables: TEST_NAME: cf-bgp-base + +test-bgp-auth: + <<: *test-base + variables: + TEST_NAME: cf-bgp-auth |