From 0ec1338896fff8d424a27322fe0c79134b3b948e Mon Sep 17 00:00:00 2001 From: macheval Date: Thu, 9 Jan 2020 11:56:52 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7fdf8b2..d95649f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,9 @@ build: paths: - $CI_PROJECT_DIR/build/release -#test: -# stage: test -# script: -# - dotnet test --no-restore \ No newline at end of file +test: + stage: test + tags: + - docker + script: + - dotnet test --no-restore \ No newline at end of file