From bfc46786cddf16e7bbef798241a1a37567c9338d Mon Sep 17 00:00:00 2001 From: Zack Wong <coffee@ucc.asn.au> Date: Sun, 24 Feb 2019 11:20:22 +0800 Subject: [PATCH] add runner tag --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ce607d..5faec41 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,8 @@ test: deploy_test: stage: deploy + tags: + - test script: - echo "Deploy to test" - . venv/bin/activate @@ -26,4 +28,4 @@ deploy_test: name: test/$CI_COMMIT_REF_NAME url: https://$CI_COMMIT_REF_NAME.test.ucc.asn.au except: - - master \ No newline at end of file + - master -- GitLab