From 938515a4f9556cca057174995f98bb337453e5e0 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Thu, 27 Mar 2025 17:41:35 +0100 Subject: [PATCH] CI: Re-add bgp-rs-singletab (was accidentally removed by the previous commit) --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd7582770..7634f46a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -490,6 +490,11 @@ test-bgp-rs-multitab: variables: TEST_NAME: cf-bgp-rs-multitab +test-bgp-rs-singletab: + <<: *test-base + variables: + TEST_NAME: cf-bgp-rs-singletab + test-ebgp-loop: <<: *test-base variables: -- 2.47.2