From 1f98e3f4380fd7abf5cf6bea0aada0ed3e6a752e Mon Sep 17 00:00:00 2001
From: dam1n19 <dam1n19@soton.ac.uk>
Date: Wed, 5 Jul 2023 20:02:31 +0100
Subject: [PATCH] Updated CI jobs and renamed socsim script

---
 .gitlab-ci.yml                                        | 11 ++++++++++-
 .../socsim/{system_nanosoc.sh => test_nanosoc.sh}     |  0
 soctools_flow                                         |  2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
 rename simulate/socsim/{system_nanosoc.sh => test_nanosoc.sh} (100%)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d0a7134..147e2a5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,16 @@ simulate-hello:
   script:
     - echo "Simulation phase started"
     - source set_env.sh
-    - socsim system_nanosoc TESTNAME=hello
+    - socsim test_nanosoc TESTNAME=hello
+  tags:
+    - VLAB-ZCU
+    
+simulate-regression:
+  stage: simulate
+  script:
+    - echo "Simulation phase started"
+    - source set_env.sh
+    - socsim regression_nanosoc
   tags:
     - VLAB-ZCU
 
diff --git a/simulate/socsim/system_nanosoc.sh b/simulate/socsim/test_nanosoc.sh
similarity index 100%
rename from simulate/socsim/system_nanosoc.sh
rename to simulate/socsim/test_nanosoc.sh
diff --git a/soctools_flow b/soctools_flow
index be9b75b..20d3193 160000
--- a/soctools_flow
+++ b/soctools_flow
@@ -1 +1 @@
-Subproject commit be9b75b493e145cdd0679e336a7e32b1566bf05b
+Subproject commit 20d3193afcacbf54b7806ff25f3643269ae0c70b
-- 
GitLab