From d811d2ce4d91f2e1bcd5b348f8a1d4f0af5d4089 Mon Sep 17 00:00:00 2001 From: Sean Stoves Date: Sat, 6 Jun 2020 10:38:41 -0400 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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'