From 817bf031037e8648c87fd9094ced5f0e4a8f0255 Mon Sep 17 00:00:00 2001
From: TheJoeCoder <joe@radialbog9.uk>
Date: Wed, 7 Jun 2023 21:35:59 +0000
Subject: [PATCH] Do something so something does something

---
 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c4b1e92..1e30a93 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 -
-- 
GitLab