# HG changeset patch # User Alys Brooks # Date 2021-11-07 07:20:50 # Node ID 78ad2bd79d8831d31f088bb532c1e9d691a9fee3 # Parent cff4dab5e152e4cddae1591812499baee3c259c6 Install csi. diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ validate: stage: validate script: + - dotnet tool install -g dotnet-script - csi scripts/LoadYaml.csx - csi scripts/LoadInk.csx image: mcr.microsoft.com/dotnet/runtime:3.1-focal