From ba4188ebb8a7000a919e00e697d1b466a0fe303f Mon Sep 17 00:00:00 2001 From: lastlink Date: Mon, 9 Dec 2019 09:24:28 -0500 Subject: [PATCH 1/2] junit --- MyProject.Test/MyProject.Test.csproj | 1 + 1 file changed, 1 insertion(+) 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 @@ + From a731f92cc8dc0d0b4de95a5351511b9a974a224a Mon Sep 17 00:00:00 2001 From: lastlink Date: Mon, 9 Dec 2019 09:25:34 -0500 Subject: [PATCH 2/2] junit report --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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'