From 59325ab8a1e38d4e0c48aca3881f046e16405b07 Mon Sep 17 00:00:00 2001 From: dwn1c21 <d.newbrook@soton.ac.uk> Date: Tue, 2 May 2023 12:53:07 +0000 Subject: [PATCH] Fix CI/CD relative path for arm AAA ip --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1477334..a44e663 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,7 @@ build-job-Z2: # This job runs in the build stage, which runs first. - exit 1 - fi # cleanup arm-AAA-ip directory - - cd ../../../../ + - cd ../../../ - rm -r arm-AAA-ip artifacts: paths: @@ -83,7 +83,7 @@ build-job-ZCU104: # This job runs in the build stage, which runs first. - exit 1 - fi # cleanup arm-AAA-ip directory - - cd ../../../../ + - cd ../../../ - rm -r arm-AAA-ip artifacts: paths: -- GitLab