From 32d25733afc6eb5678ded6f45d6777b18657f9b7 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 5 Jul 2021 21:30:49 +0100 Subject: [PATCH] ci fix due to refact --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e21119d..f664a49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ nonreg: script: - | echo "$CI_JOB_STAGE" - cd test/nuget.host.tests + cd test/isnd.tests/ ASPNETCORE_ENVIRONMENT=Development dotnet test test2: stage: test