# HG changeset patch # User Alys Brooks # Date 2021-11-07 07:38:06 # Node ID 02cae42399504eee23b7736bcfb93cb56be47feb # Parent 78ad2bd79d8831d31f088bb532c1e9d691a9fee3 Try Windows image. 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