diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dff603d..7961669 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,8 @@ variables: build: stage: build + tags: + - unity script: - chmod +x ./ci/build.sh - ./ci/build.sh $UNITY_VERSION @@ -23,6 +25,8 @@ build: deploy-dev: stage: deploy + tags: + - deploy rules: - if: $CI_COMMIT_BRANCH == $DEV_BRANCH variables: @@ -37,6 +41,8 @@ deploy-dev: deploy-release: stage: deploy + tags: + - deploy rules: - if: $CI_COMMIT_TAG && $CI_COMMIT_BRANCH != $DEV_BRANCH variables: