diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 754014d1..d35594ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,7 @@ debug: when: always script: - cd test/yavscTests + - cp $TestingConfig appsettings.Testing.json - dnu build - ASPNET_ENV=Testing dnx test -maxthreads 1 -xml test-results.xml