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