From ef813c894f37f7f36a63e2ec2c7494083df3d6bf Mon Sep 17 00:00:00 2001
From: joeappleton18 <joeappleton18@gmail.com>
Date: Tue, 5 Mar 2024 10:28:33 +0000
Subject: [PATCH] updated the CI ppipeline

---
 .gitlab-ci.yml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 92460ef..62af1d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,12 +3,14 @@ image: node:9.11.1
 pages:
   cache:
     paths:
-    - node_modules/
+      - node_modules/
   script:
-  - yarn install
-  - yarn run build
+    - yarn install
+    - yarn run build
   artifacts:
     paths:
-    - public
+      - public
   rules:
     - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
+  tags:
+    - docker
-- 
GitLab