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