Skip to content
Snippets Groups Projects
Commit 0e90f3c3 authored by Andrew Kapuscinski's avatar Andrew Kapuscinski
Browse files

Removed the need for unit tests on push stage in CI

parent 7629d401
No related branches found
Tags end-of-sprint-24
1 merge request!133Removed the need for unit tests on push stage in CI
Pipeline #977 failed
......@@ -167,24 +167,18 @@ push workflow:
variables:
SERVICE_NAME: "workflow"
extends: .push
needs:
- unit test workflow
push capability:
stage: push
variables:
SERVICE_NAME: "capability"
extends: .push
needs:
- unit test capability
push notification:
stage: push
variables:
SERVICE_NAME: "notification"
extends: .push
needs:
- unit test notification
push web:
stage: push
......
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