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

Update .gitlab-ci.yml file

parent b7d4030f
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ build-services-linux-debug:
- build/**/CMakeFiles/**/*.objlib
- build/**/CMakeFiles/**/*.includecache
- build/**/*.a
expire_in: 3 hrs
test-services-linux-debug:
extends: .go-cache
......@@ -44,7 +45,6 @@ test-services-linux-debug:
stage: test
script:
- bash /services_start.sh
- ps aux
# - cd $CI_PROJECT_DIR/build/tests/automatic/common_scripts
# - bash start_services.sh
- cd $CI_PROJECT_DIR/build
......@@ -56,5 +56,6 @@ test-services-linux-debug:
dependencies:
- build-services-linux-debug
artifacts:
paths:
- build/
when: always
reports:
junit: build/Testing/**/Test.xml
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