From 26393595ade16dd0645c0c4f7519173dfd011f22 Mon Sep 17 00:00:00 2001 From: Matthias Langhard Date: Tue, 2 Nov 2021 10:55:14 +0100 Subject: [PATCH] chore: fixes deployment --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: