diff --git a/src/tests/ecoc24/.gitlab-ci.yml b/src/tests/ecoc24/.gitlab-ci.yml index 5f258c28ed47563b86b56a1ee244b01db979c3c3..e3b7fc5455ab5f569f1b9249a8a74c521007b5bd 100644 --- a/src/tests/ecoc24/.gitlab-ci.yml +++ b/src/tests/ecoc24/.gitlab-ci.yml @@ -54,7 +54,8 @@ end2end_test ecoc24: - helm3 uninstall --namespace nats nats 2>/dev/null || echo "Namespace not found" - kubectl delete namespaces tfs tfs-ip tfs-opt tfs-e2e qdb qdb-e2e qdb-opt qdb-ip --ignore-not-found - kubectl delete namespaces nats nats-ip nats-opt nats-e2e --ignore-not-found - + - echo "HOLA" + - sleep 600 script: # Download Docker image to run the test - docker pull "${CI_REGISTRY_IMAGE}/${TEST_NAME}:latest" @@ -234,6 +235,8 @@ end2end_test ecoc24: - helm3 uninstall --namespace nats nats 2>/dev/null || echo "Namespace not found" - kubectl delete namespaces tfs tfs-ip tfs-opt tfs-e2e qdb qdb-e2e qdb-opt qdb-ip --ignore-not-found - kubectl delete namespaces nats nats-ip nats-opt nats-e2e --ignore-not-found + - echo "Adios" + - sleep 600 #coverage: '/TOTAL\s+\d+\s+\d+\s+(\d+%)/'