Update .gitlab-ci.yml

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

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