diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ - dotnet tool install -g dotnet-script - csi scripts/LoadYaml.csx - csi scripts/LoadInk.csx - image: mcr.microsoft.com/dotnet/runtime:3.1-focal + image: mcr.microsoft.com/dotnet/sdk:3.1 build-debug: stage: build