run publish after unit tests

This commit is contained in:
Pritimay Sarkar
2024-01-26 08:22:46 +05:30
parent 1871f8c77a
commit bddebfaf2e

View File

@@ -94,9 +94,8 @@ publishTestResults:
stage: test stage: test
script: script:
- echo "Publishing JUnit test results" - echo "Publishing JUnit test results"
dependencies: needs: [debugTests]
- debugTests
artifacts: artifacts:
when: always when: always
reports: reports:
junit: app/build/test-results/testDebug/*.xml junit: app/build/test-results/testDebugUnitTest/*.xml