Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 13b8a9f9 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

update gitlab CI file

parent cc8b9960
No related branches found
No related tags found
No related merge requests found
Pipeline #20153 canceled
......@@ -113,6 +113,10 @@ code-coverage-visualization:
- build-maven-job
artifacts:
when: always
expire_in: 1 week
paths:
- "target/site"
reports:
coverage_report:
coverage_format: cobertura
......@@ -176,6 +180,7 @@ test-soapui-weblogic-oracle-job:
test-ui-tomcat-mysql-sml-job:
stage: test-ui # It only runs when *both* test jobs in the test stage complete successfully.
allow_failure: true
needs: ["test-soapui-tomcat-mysql-sml-job"]
script:
- echo "Deploying application..."
......@@ -187,5 +192,5 @@ test-ui-tomcat-mysql-sml-job:
expire_in: 1 week
name: "ui-report"
paths:
- target/*
- "*/testng-results.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