From f60a2ebb35218cc9cb956c7d845abef8c456f194 Mon Sep 17 00:00:00 2001 From: dwn1c21 <d.newbrook@soton.ac.uk> Date: Tue, 4 Jul 2023 18:14:16 +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 72cf2b2..1f05533 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ build-job-Z2: # This job runs in the build stage, which runs first. stage: build script: # move to fpga_imp directory and run the fpga build script for pynq z2 - - source ../set_env.sh + - source set_env.sh - git pull --recurse-submodules - cd ./nanosoc_tech/fpga/ - make build_fpga FPGA=z2 @@ -62,7 +62,7 @@ build-job-ZCU104: # This job runs in the build stage, which runs first. stage: build script: # move to fpga_imp directory and run the fpga build script for pynq z2 - - source ../../set_env.sh + - source set_env.sh - git pull --recurse-submodules - cd ./nanosoc_tech/fpga - make build_fpga FPGA=zcu104 -- GitLab