# HG changeset patch # User Alys Brooks # Date 2021-11-07 07:14:55 # Node ID cff4dab5e152e4cddae1591812499baee3c259c6 # Parent 2a43479ab0e9af12973db89637a84d8f72de1d56 Try runtime for validation. diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ script: - csi scripts/LoadYaml.csx - csi scripts/LoadInk.csx - image: mcr.microsoft.com/dotnet/sdk:5.0-focal + image: mcr.microsoft.com/dotnet/runtime:3.1-focal build-debug: stage: build