From 89606523bab9fbc23c0457e934003ff767944256 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Sun, 7 Jun 2020 02:39:28 +1000 Subject: [PATCH] Fix GitLab CI run_tests job --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5804875e1..d025f610ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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