From 19073809c275312266c6a05e85573998780046cb Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Thu, 10 Oct 2024 17:11:42 +0000
Subject: [PATCH] EuCNC24: Updated CI/CD pipeline

---
 src/tests/eucnc24/.gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/tests/eucnc24/.gitlab-ci.yml b/src/tests/eucnc24/.gitlab-ci.yml
index ef52c34b1..02d599293 100644
--- a/src/tests/eucnc24/.gitlab-ci.yml
+++ b/src/tests/eucnc24/.gitlab-ci.yml
@@ -57,8 +57,10 @@ end2end_test eucnc24:
     - kubectl get pods --all-namespaces
 
     # Deploy ContainerLab Scenario
+    - RUNNER_PATH=`pwd`
     - cd $PWD/src/tests/${TEST_NAME}
     - sudo containerlab deploy --log-level debug --reconfigure --topo eucnc24.clab.yml
+    - cd $RUNNER_PATH
 
     # Wait for initialization of Device NOSes
     - sleep 3
-- 
GitLab