diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-06-11 01:31:10 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-06-11 01:31:10 +0200 |
commit | 3f19100f5a47dce96d336d68e0cbe72de5d9ba60 (patch) | |
tree | 73427e7cf2d681ffbe9ec7b7ed1f82f564555d78 | |
parent | 596f2e32e38bef076001f4b9a4c75b07fd0264b7 (diff) |
CI: Allow Babel tests
-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 |