Loading src/tests/eucnc24/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ end2end_test eucnc24: before_script: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker rm -f ${TEST_NAME} || true - sudo containerlab destroy --all --cleanup || true - sudo containerlab destroy --all --cleanup --log-level debug || true script: # Download Docker image to run the test Loading Loading
src/tests/eucnc24/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ end2end_test eucnc24: before_script: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker rm -f ${TEST_NAME} || true - sudo containerlab destroy --all --cleanup || true - sudo containerlab destroy --all --cleanup --log-level debug || true script: # Download Docker image to run the test Loading