From 8ed7c527aa26be484da7accbd4bf91b75aa2d728 Mon Sep 17 00:00:00 2001
From: dwn1c21 <d.newbrook@soton.ac.uk>
Date: Tue, 2 May 2023 11:16:07 +0000
Subject: [PATCH] Update .gitlab-ci.yml file for remove 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 e964a47..d0b025f 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