Update .gitlab-ci.yml

This commit is contained in:
Sean "Solao Bajiuik" Stoves 2020-06-06 10:38:41 -04:00
parent b396d50800
commit d811d2ce4d

View File

@ -31,10 +31,16 @@ before_script:
build: build:
stage: build stage: build
tags:
- docker
- hawkeye
script: script:
- 'dotnet build --no-restore' - 'dotnet build --no-restore'
tests: tests:
stage: test stage: test
tags:
- docker
- hawkeye
script: script:
- 'dotnet test --no-restore' - 'dotnet test --no-restore'