diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f884615..f422b9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,4 +31,8 @@ release: debug: stage: test script: - - dotnet test \ No newline at end of file + - dotnet test --logger "junit" + artifacts: + reports: + junit: + - '*.Test/TestResults/TestResults.xml' diff --git a/MyProject.Test/MyProject.Test.csproj b/MyProject.Test/MyProject.Test.csproj index 008d904..498090e 100644 --- a/MyProject.Test/MyProject.Test.csproj +++ b/MyProject.Test/MyProject.Test.csproj @@ -8,6 +8,7 @@ +