Fix GitLab CI run_tests job
This commit is contained in:
parent
4a4c59fcda
commit
89606523ba
|
@ -32,6 +32,7 @@ run_tests:
|
|||
reports:
|
||||
junit:
|
||||
- test_output/*.coverage.xml
|
||||
image: mcr.microsoft.com/dotnet/core/sdk:3.1
|
||||
script:
|
||||
- Dist/BuildTestRelease.sh
|
||||
stage: test
|
||||
|
|
Loading…
Reference in New Issue