diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-05-05 02:20:30 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2020-05-05 02:20:30 +0200 |
commit | f7c34aa227693194e53ca0435dba52c2a839bae8 (patch) | |
tree | 3fc2c4088bc5594bc093e2704bf5e045cb7ae153 /.gitlab-ci.yml | |
parent | e6785c469b418785568c33241157d17107afd55c (diff) |
Tests: Activate BGP-int 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 e7f7c7ca..52630f1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -383,3 +383,8 @@ test-bgp-auth: <<: *test-base variables: TEST_NAME: cf-bgp-auth + +test-bgp-int: + <<: *test-base + variables: + TEST_NAME: cf-bgp-int |