Update .gitlab-ci.yml

EFCore3_Reforged
Marc CHEVALDONNE 6 years ago
parent 897a5dc190
commit 1946551adb

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