diff --git a/src/tests/eucnc24/.gitlab-ci.yml b/src/tests/eucnc24/.gitlab-ci.yml
index ef52c34b14098185b44f51c05ded3869720694b9..02d599293332c49d19bbf07f4534d9e387e61e09 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