diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ce607da1b8f3d7bbc6757398b5f6fb2fe594987..5faec41fdb890714a0b62f40ed2d4df14ec1824b 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