diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c54b61bc..65a0a05b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -626,3 +626,13 @@ test-ibgp-star: <<: *test-base variables: TEST_NAME: cf-ibgp-flat + +test-babel-base: + <<: *test-base + variables: + TEST_NAME: cf-babel-base + +test-babel-auth: + <<: *test-base + variables: + TEST_NAME: cf-babel-auth |