diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 941b8e0fe86228453d59d0361e30d8614483a7a1..d192ea759a079925bbaf372758260e1d708df922 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,11 @@
 # you can delete this line if you're not using Docker
 image: busybox:latest
 
+job:
+  tags:
+    - docker
+    - liris
+
 before_script:
   - echo "Before script section"
   - echo "For example you might run an update here or install a build dependency"