diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a74ec6..9da41a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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'