From 9cde7fe5eb44cfb8c7d1d9052e0236205a554910 Mon Sep 17 00:00:00 2001
From: dam1n19 <dam1n19@soton.ac.uk>
Date: Thu, 6 Jul 2023 09:34:01 +0100
Subject: [PATCH] CI Runs clean before running simulation

---
 .gitlab-ci.yml | 3 +++
 nanosoc_tech   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 810d01d..5760949 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,6 +56,7 @@ simulate_regression:
   script:
     - echo "Simulation phase started"
     - source set_env.sh
+    - socsim clean all
     - socsim regression_nanosoc
   tags:
     - VLAB-ZCU
@@ -65,6 +66,7 @@ simulate_quickstart-hello:
   script:
     - echo "Simulation phase started"
     - source set_env.sh
+    - socsim clean all
     - socsim test_nanosoc TESTNAME=hello QUICKSTART=yes
   tags:
     - VLAB-ZCU
@@ -74,6 +76,7 @@ simulate_quickstart-regression:
   script:
     - echo "Simulation phase started"
     - source set_env.sh
+    - socsim clean all
     - socsim regression_nanosoc QUICKSTART=yes
   tags:
     - VLAB-ZCU
diff --git a/nanosoc_tech b/nanosoc_tech
index 2de9e1f..8515b60 160000
--- a/nanosoc_tech
+++ b/nanosoc_tech
@@ -1 +1 @@
-Subproject commit 2de9e1f365680250cd35da7128d81a2c5ba2d2c4
+Subproject commit 8515b60e7b4567448fc719f5905113d4ebfcca29
-- 
GitLab