From b1eb8029ca00593436764dc20338def6eff157f4 Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Thu, 10 Oct 2024 17:15:22 +0000 Subject: [PATCH] EuCNC24: Updated CI/CD pipeline --- src/tests/eucnc24/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/eucnc24/.gitlab-ci.yml b/src/tests/eucnc24/.gitlab-ci.yml index 0dfa4fa2b..eac6e6c07 100644 --- a/src/tests/eucnc24/.gitlab-ci.yml +++ b/src/tests/eucnc24/.gitlab-ci.yml @@ -59,7 +59,7 @@ end2end_test eucnc24: # Deploy ContainerLab Scenario - RUNNER_PATH=`pwd` - cd $PWD/src/tests/${TEST_NAME} - - sudo containerlab deploy --log-level debug --reconfigure --topo eucnc24.clab.yml + - sudo containerlab deploy --reconfigure --topo eucnc24.clab.yml - cd $RUNNER_PATH # Wait for initialization of Device NOSes -- GitLab