change reports folder
This commit is contained in:
@@ -94,8 +94,10 @@ publishTestResults:
|
||||
stage: test
|
||||
script:
|
||||
- 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]
|
||||
artifacts:
|
||||
when: always
|
||||
reports:
|
||||
junit: app/build/test-results/testDebugUnitTest/*.xml
|
||||
junit: junit-reports/*.xml
|
||||
Reference in New Issue
Block a user