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:
stage: build
tags:
- docker
- hawkeye
script:
- 'dotnet build --no-restore'
tests:
stage: test
tags:
- docker
- hawkeye
script:
- 'dotnet test --no-restore'