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

Update .gitlab-ci.yml file

parent daabd302
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ build-services-linux-debug: ...@@ -39,7 +39,7 @@ build-services-linux-debug:
tags: tags:
- kubernetes-executor - kubernetes-executor
rules: rules:
- when: never - when: always
artifacts: artifacts:
paths: paths:
- build - build
...@@ -66,7 +66,7 @@ test-services-linux-debug: ...@@ -66,7 +66,7 @@ test-services-linux-debug:
tags: tags:
- kubernetes-executor - kubernetes-executor
rules: rules:
- when: never - when: always
dependencies: dependencies:
- build-services-linux-debug - build-services-linux-debug
artifacts: artifacts:
......
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