diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b75980e2..22d16138 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,10 @@
 # This file is a template, and might need editing before it works on your project.
 # see https://docs.gitlab.com/ee/ci/yaml/README.html for all available options
 
+job:
+  tags:
+    - asuro
+
 .before_script:
   - echo "Before script section"
   - echo "For example you might run an update here or install a build dependency"