image: mcr.microsoft.com/dotnet/sdk:5.0 stages: - test - release test: stage: test script: - dotnet tool restore - dotnet nuke Test