From 45d6c22d1e6b3a7130fc33b64ec2ec55d80caad4 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 12 Sep 2021 17:17:36 +0100 Subject: [PATCH] bad config file path --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da44f0e..030a2f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,8 @@ nonreg: - | echo "setting : $ISND_TESTING_SETTINGS" cd test/isnd.tests/ - cat $ISND_TESTING_SETTINGS > appsettings.Testing.json + dotnet build + cat $ISND_TESTING_SETTINGS > bin/Debug/netcoreapp2.1/appsettings.Testing.json ASPNETCORE_ENVIRONMENT=Testing dotnet test publish: tags: