diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06386cf..7c86757 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,6 +70,8 @@ stages: build: stage: build + tags: + - win before_script: - *nuget-fix - dotnet restore GWMS.sln @@ -78,6 +80,8 @@ build: test: stage: test + tags: + - win only: - develop needs: ["build"] @@ -110,6 +114,8 @@ test: installer: stage: installer + tags: + - win only: - develop - master @@ -127,6 +133,8 @@ installer: release: stage: release + tags: + - win only: #- feature/Deploy_CI_CD # - master