vnext
Paul Schneider 3 years ago
parent fa17640f2b
commit 84e0ad3792
1 changed files with 4 additions and 1 deletions

@ -47,10 +47,13 @@ non_reg_html:
artifacts: artifacts:
paths: paths:
- test/yavscTests/test-results.html - test/yavscTests/test-results.html
when: always
script: script:
- cd test/yavscTests - cd test/yavscTests
- xsltproc ../../assets/dnx_xunit_to_html.xsl test-results.xml > test-results.html - xsltproc ../../assets/dnx_xunit_to_html.xsl test-results.xml > test-results.html
trigger:
include:
- artifact: test/yavscTests/test-results.xml
job: non_reg
release: release:
stage: deploy stage: deploy

Loading…