From 9f338ca09f6ba68d25535b9d73dd0213cef50740 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 12 Sep 2021 17:00:30 +0100 Subject: [PATCH] testing app settings for ci --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3905875..d62c08c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,8 @@ nonreg: - | echo "$CI_JOB_STAGE" cd test/isnd.tests/ - ASPNETCORE_ENVIRONMENT=Development dotnet test + cp $ISND_TESTING_SETTINGS . + ASPNETCORE_ENVIRONMENT=Testing dotnet test publish: tags: - dotnet