diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c46e84ea8a180790cefb54242d0eb94ecad82963..fdf1f4152b64f46da08802018c9c076429c841e4 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: