From d0f5c97462520528cc371168c9a887418b5f258e Mon Sep 17 00:00:00 2001
From: dwn1c21 <d.newbrook@soton.ac.uk>
Date: Thu, 27 Apr 2023 07:40:07 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7e3c059..060cc34 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,7 +36,7 @@ build-job-Z2:       # This job runs in the build stage, which runs first.
     # move to fpga_imp directory and run the fpga build script for pynq z2
     - cd ../../nanosoc/Cortex-M0/nanosoc/systems/mcu/fpga_imp/
     - if source ./build_fpga_pynq_z2.scr; then
-    -   FILE = ./pynq_export/pz2/pynq/overlays/soclabs/design_1.bit 
+    -   FILE=./pynq_export/pz2/pynq/overlays/soclabs/design_1.bit 
     -   if test -f "$FILE"; then
     -     echo "Build successful"
     -   else
@@ -69,7 +69,7 @@ build-job-ZCU104:       # This job runs in the build stage, which runs first.
    # move to fpga_imp directory and run the fpga build script for pynq z2 
     - cd ../../nanosoc/Cortex-M0/nanosoc/systems/mcu/fpga_imp/
     - if source ./build_fpga_pynq_zcu104.scr; then
-    -   FILE = ./pynq_export/pz104/pynq/overlays/soclabs/design_1.bit 
+    -   FILE=./pynq_export/pz104/pynq/overlays/soclabs/design_1.bit 
     -   if test -f "$FILE"; then
     -     echo "Build successful"
     -   else
-- 
GitLab