From 84417c50ab806971b95e795877cee62600d963f2 Mon Sep 17 00:00:00 2001
From: dam1n19 <dam1n19@soton.ac.uk>
Date: Wed, 5 Jul 2023 18:49:50 +0100
Subject: [PATCH] Changed CI Simulate Target

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9e68002..d0a7134 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ variables:
   GIT_SUBMODULE_FORCE_HTTPS: "true"
 
 
-simulate-nanosoc:
+simulate-hello:
   stage: simulate
   script:
     - echo "Simulation phase started"
-- 
GitLab