diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 24b419f0733b8ca874ffc9131129767201f9c012..fdf50e21f40fdd1fb59ed8a7e56ff24ef96c51bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,6 +5,8 @@ variables:
   GIT_SUBMODULE_STRATEGY: recursive
 
 test:
+  tags:
+    - lightweight
   script:
   - hugo
   artifacts:
@@ -14,6 +16,8 @@ test:
   - main
 
 pages:
+  tags:
+    - lightweight
   script:
   - BASEURL=${CI_PAGES_URL##http:} # don't force stuff on plain HTTP when publishing on HTTPS
   - hugo -b "${BASEURL:-/}"