From 3f19100f5a47dce96d336d68e0cbe72de5d9ba60 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Fri, 11 Jun 2021 01:31:10 +0200 Subject: [PATCH] CI: Allow Babel tests --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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