Skip to content
Snippets Groups Projects
Commit 7675e8df authored by Fotis Soldatos's avatar Fotis Soldatos
Browse files

ci(automation): fix visualize_coverage automation job

parent 66cc0c0d
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,13 @@ visualize_coverage automation: ...@@ -73,6 +73,13 @@ visualize_coverage automation:
artifacts: artifacts:
reports: reports:
cobertura: ${REPORTS_PATH}/cobertura.xml cobertura: ${REPORTS_PATH}/cobertura.xml
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH)'
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "develop"'
- changes:
- src/$IMAGE_NAME/**
- manifests/${IMAGE_NAME}service.yaml
- .gitlab-ci.yml
# Deployment of automation service in Kubernetes Cluster # Deployment of automation service in Kubernetes Cluster
deploy automation: deploy automation:
......
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