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

Update .gitlab-ci.yml file

parent d79f83b9
No related branches found
No related tags found
No related merge requests found
...@@ -18,10 +18,10 @@ build-services-linux-debug: ...@@ -18,10 +18,10 @@ build-services-linux-debug:
- when: always - when: always
artifacts: artifacts:
paths: paths:
- $CI_PROJECT_DIR/build/ - build
exclude: exclude:
- $CI_PROJECT_DIR/build/**/CMakeFiles/**/* - build/**/CMakeFiles/**/*
- $CI_PROJECT_DIR/build/**/*.a - build/**/*.a
test-services-linux-debug: test-services-linux-debug:
image: image:
......
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