change reports folder
This commit is contained in:
@@ -94,8 +94,10 @@ publishTestResults:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- echo "Publishing JUnit test results"
|
- echo "Publishing JUnit test results"
|
||||||
|
- mkdir -p junit-reports
|
||||||
|
- find app/build/test-results -type f -name "testDebugUnitTest*.xml" -exec cp {} junit-reports/ \;
|
||||||
needs: [debugTests]
|
needs: [debugTests]
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
reports:
|
reports:
|
||||||
junit: app/build/test-results/testDebugUnitTest/*.xml
|
junit: junit-reports/*.xml
|
||||||
Reference in New Issue
Block a user