From 62e6cd58dfae7c464eb7af81c49862f47f44fdb4 Mon Sep 17 00:00:00 2001
From: dwn1c21 <d.newbrook@soton.ac.uk>
Date: Fri, 28 Apr 2023 14:28:33 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3802d38..eefc0cc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -145,7 +145,7 @@ deploy-job-ZCU104:      # This job runs in the deploy stage.
     # FUTURE Work: need to add error handling for if the board does not connect, 
     # could grep from screenlog to see if successfully connected
     - screen -r zynq -X stuff "cp -r /home/dwn1c21/FPGA/. ./ \n"
-    - screen -r zynq -X stuff "./ZCU104_connect.sh \n"
+    - screen -r zynq -X stuff "./ZCU104_connect.sh > connect_log\n"
     - sleep 10
     # use scp to copy over bit files and python script
     - screen -r zynq -X stuff "scp -i ~/.ssh/id_rsa dwn1c21@soclabs.soton.ac.uk:~/builds/wzndG1mA/0/soclabs/nanosoc/Cortex-M0/nanosoc/systems/mcu/fpga_imp/CI_verification/load_bitfile.py ./ \n"
-- 
GitLab