Update .gitlab-ci.yml

This commit is contained in:
Paul Schneider 2021-06-20 05:28:47 +00:00
commit 963ce8579c

View file

@ -10,6 +10,7 @@ nonreg:
stage: test
script:
- |
echo "$CI_JOB_STAGE"
cd test/nuget.host.tests
ASPNETCORE_ENVIRONMENT=Development dotnet test
test2: