Skip to content
Snippets Groups Projects
Commit c4b27dff authored by George Sedov's avatar George Sedov
Browse files

Update .gitlab-ci.yml file

parent af95969f
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ test-services-linux-debug: ...@@ -44,7 +44,7 @@ test-services-linux-debug:
stage: test stage: test
script: script:
- cd $CI_PROJECT_DIR/build - 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: tags:
- kubernetes-executor - kubernetes-executor
rules: rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment