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

Update .gitlab-ci.yml file

parent 7f55f841
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,25 @@ build-services-linux-debug:
rules:
- when: always
artifacts:
when: on_failure
paths:
- $CI_PROJECT_DIR/build/CMakeFiles/*.log
\ No newline at end of file
- $CI_PROJECT_DIR/build/
test-services-linux-debug:
image:
name: $CI_REGISTRY_IMAGE/asapo-services-linux-build-env:latest
entrypoint: [""]
stage: build
script:
- cd $CI_PROJECT_DIR/tests/automatic/common_scripts
- bash start_services.sh
- cd $CI_PROJECT_DIR/build
- ctest --no-compress-output -T Test --output-on-failure
tags:
- kubernetes-executor
rules:
- when: always
dependencies:
- build-services-linux-debug
artifacts:
paths:
- $CI_PROJECT_DIR/build/
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