diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d11970d..da44f0e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ nonreg: - | echo "setting : $ISND_TESTING_SETTINGS" cd test/isnd.tests/ - cp $ISND_TESTING_SETTINGS . + cat $ISND_TESTING_SETTINGS > appsettings.Testing.json ASPNETCORE_ENVIRONMENT=Testing dotnet test publish: tags: