From 24ad54a3a86a835bc7a72edee860bffbff8d7651 Mon Sep 17 00:00:00 2001
From: "Hafiz, Aqib (PG/T - Comp Sci & Elec Eng)" <ah02821@surrey.ac.uk>
Date: Thu, 23 May 2024 17:00:38 +0000
Subject: [PATCH] Update for tags .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e51abb4..e65c904 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,6 +14,8 @@ before_script:
 
 train:
   stage: train
+  tags:
+    - pages
   script:
     - python3 train_model.py
   artifacts:
@@ -23,6 +25,8 @@ train:
 
 deploy:
   stage: deploy
+  tags:
+    - pages
   script:
     - echo "Deploying model..."
     - apt-get update && apt-get install -y sshpass
-- 
GitLab