diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ea242b..14395ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ running tests for tag: image: mcr.microsoft.com/dotnet/sdk:5.0 stage: test script: - - dotnet test tests/EcoLogic.Auth0Api.Tests.csproj + - dotnet test tests/update-tag.tests publish to nuget: only: