From edc9628b673a00efca79de3e77f528c19e2117d2 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 16 Apr 2022 03:10:12 +0100 Subject: [PATCH] testing config --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e395bab..c2e9fa7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,10 +14,9 @@ nonreg: script: - | echo "setting : $ISND_TESTING_SETTINGS" - cd test/isnd.tests/ dotnet build - cat $ISND_TESTING_SETTINGS > appsettings.Testing.json - ASPNETCORE_ENVIRONMENT=Testing dotnet test + cat $ISND_TESTING_SETTINGS > test/isnd.tests/appsettings.json + dotnet test publish: tags: - dotnet