From 90cb4116a2b989f376b2360b126e6b8bc0d1ef26 Mon Sep 17 00:00:00 2001
From: dwn1c21 <d.newbrook@soton.ac.uk>
Date: Thu, 6 Jul 2023 17:33:33 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 011fd9b..da53154 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,7 @@ compile-software:
     - make compile_all_code
   artifacts:
     paths:
-      - ./nanosoc_tech/testcode/*/*.hex
+      - ./nanosoc_tech/testcodes/*/*.hex
   tags:
     - ds5
 
@@ -248,6 +248,7 @@ deploy-job-ZCU104:      # This job runs in the deploy stage.
     # deactivate the pynq virtual environment and exit root access
     - screen -r zynq -X stuff "deactivate \n"
     - screen -r zynq -X stuff "exit \n"
+    - sleep 20
     # Display test results
     - cat verification_log
   after_script:
-- 
GitLab