From 436d66c3e5639433074fa169cfcda303ba691d1f Mon Sep 17 00:00:00 2001 From: dwn1c21 <d.newbrook@soton.ac.uk> Date: Wed, 5 Jul 2023 15:58:43 +0000 Subject: [PATCH] Update paths in deploy --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd1dc50..2822c3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -192,7 +192,7 @@ deploy-job-ZCU104: # This job runs in the deploy stage. - screen -r zynq -X stuff "deactivate \n" - screen -r zynq -X stuff "exit \n" # test the screenlog for "Overlay Loaded" - - cp ./nanosoc/fpga_imp/CI_verification/test_bitfile_ZCU104.sh ./ + - cp ./nanosoc_tech/fpga/ci_tools/test_bitfile_ZCU104.sh ./ - chmod +x test_bitfile_ZCU104.sh - ./test_bitfile_ZCU104.sh -- GitLab