Update .gitlab-ci.yml

This commit is contained in:
2021-06-20 05:28:47 +00:00
parent 1c1964eb2c
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: