diff --git a/docs/.gitlab-ci.yaml b/docs/.gitlab-ci.yaml
index 077231145b1a9a851ab21272794a327ac493c726..6100d8842278221279e44eeeed8fca74ed87e573 100644
--- a/docs/.gitlab-ci.yaml
+++ b/docs/.gitlab-ci.yaml
@@ -20,6 +20,8 @@ pages:
   cache:
     paths:
       - $CARGO_HOME/bin
+  tags:
+    - kubernetes
 
 upload:
   stage: release
@@ -31,4 +33,6 @@ upload:
   script:
     - mc cp public gitops-docs
   rules:
-    - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
\ No newline at end of file
+    - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
+  tags:
+    - kubernetes
\ No newline at end of file