From c8898ca098d7026c6a8c41d0edcad420103c15be Mon Sep 17 00:00:00 2001
From: Hansen <Cole2.hansen@live.uwe.ac.uk>
Date: Sun, 9 Mar 2025 08:14:11 +0500
Subject: [PATCH] Updated GitLab CI to upload latest filess

---
 .gitlab-ci.yml    |  2 ++
 .runner_system_id |  1 +
 config.toml       | 21 +++++++++++++++++++++
 start             |  1 +
 4 files changed, 25 insertions(+)
 create mode 100644 .runner_system_id
 create mode 100644 config.toml
 create mode 100644 start

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 348b575..08641e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,8 @@ before_script:
 
 build:
   stage: build
+  tags:
+    - brickbreaker  # Ensure this matches your runner tag
   script:
     - echo "Checking files..."
     - ls -R  # List all files for debugging
diff --git a/.runner_system_id b/.runner_system_id
new file mode 100644
index 0000000..0532cf6
--- /dev/null
+++ b/.runner_system_id
@@ -0,0 +1 @@
+s_ef9ee194deb1
\ No newline at end of file
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..d454ef3
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,21 @@
+concurrent = 1
+check_interval = 0
+shutdown_timeout = 0
+
+[session_server]
+  session_timeout = 1800
+
+[[runners]]
+  name = "C:\\GitLab-Runner\\gitlab-runner.exe install"
+  url = "https://gitlab.uwe.ac.uk/"
+  id = 41
+  token = "glrt-t3_-QbUnmMcesyfHrWNEZFC"
+  token_obtained_at = 2025-03-08T04:19:59Z
+  token_expires_at = 0001-01-01T00:00:00Z
+  executor = "shell"
+  shell = "pwsh"
+  [runners.cache]
+    MaxUploadedArchiveSize = 0
+    [runners.cache.s3]
+    [runners.cache.gcs]
+    [runners.cache.azure]
diff --git a/start b/start
new file mode 100644
index 0000000..6368759
--- /dev/null
+++ b/start
@@ -0,0 +1 @@
+gitlab-runner
-- 
GitLab