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