Update .gitlab-ci.yml

EFCore3_Reforged
Marc CHEVALDONNE 5 years ago
parent 8e0008096b
commit 0ec1338896

@ -14,7 +14,9 @@ build:
paths:
- $CI_PROJECT_DIR/build/release
#test:
# stage: test
# script:
# - dotnet test --no-restore
test:
stage: test
tags:
- docker
script:
- dotnet test --no-restore
Loading…
Cancel
Save