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

Update .gitlab-ci.yml file

parent 8d5a00da
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ test-services-linux-debug: ...@@ -39,7 +39,7 @@ test-services-linux-debug:
name: $CI_REGISTRY_IMAGE/asapo-services-linux-build-env:latest name: $CI_REGISTRY_IMAGE/asapo-services-linux-build-env:latest
stage: test stage: test
script: script:
- /services_start.sh - bash /services_start.sh
- cd $CI_PROJECT_DIR/build/tests/automatic/common_scripts - cd $CI_PROJECT_DIR/build/tests/automatic/common_scripts
- bash start_services.sh - bash start_services.sh
- cd $CI_PROJECT_DIR/build - cd $CI_PROJECT_DIR/build
...@@ -52,4 +52,4 @@ test-services-linux-debug: ...@@ -52,4 +52,4 @@ test-services-linux-debug:
- build-services-linux-debug - build-services-linux-debug
artifacts: artifacts:
paths: paths:
- $CI_PROJECT_DIR/build/ - 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