From c4b27dffa97947ad767753a097a9f0e7c60e39f1 Mon Sep 17 00:00:00 2001
From: George Sedov <george.sedov@desy.de>
Date: Thu, 27 Jan 2022 18:48:29 +0100
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c46e84ea8..fdf1f4152 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,7 +44,7 @@ test-services-linux-debug:
   stage: test
   script:
     - cd $CI_PROJECT_DIR/build
-    - ctest --no-compress-output -T Test -L "unit|memcheck_unit|coverage" --output-on-failure
+    - ctest --no-compress-output -T Test -L "unit|memcheck_unit|coverage" -E "TestConsul.+|TestOpenLDAP" --output-on-failure
   tags:
     - kubernetes-executor
   rules:
-- 
GitLab