diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 011fd9b251e643036df8dbda363a4d8c86cb6459..da53154dac3479c78d91632f56e8194173fc5870 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: