Update .gitlab-ci.yml
This commit is contained in:
parent
b396d50800
commit
d811d2ce4d
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user