diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c4b1e925355b45a6a3476b76cb82e15cf09617be..1e30a936246faa6bc391b9fff55f707174a6e187 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,4 @@
+# Test!
 image: ruby:2.7
 
 cache:
@@ -5,6 +6,8 @@ cache:
   - vendor
 
 test:
+  tags:
+    - shared
   script:
   - apt-get update -yqqq
   - curl -sL https://deb.nodesource.com/setup_18.x | bash -
@@ -25,6 +28,8 @@ test:
     - main
 
 pages:
+  tags:
+    - shared
   script:
   - apt-get update -yqqq
   - curl -sL https://deb.nodesource.com/setup_18.x | bash -