Update HV-VES testsuites
[integration/csit.git] / plans / dcaegen2-collectors-hv-ves / testsuites / teardown.sh
index fe922ed..28f1033 100755 (executable)
@@ -1,8 +1,8 @@
 #!/usr/bin/env bash
 
-cd ssl
+cd collector/ssl
 ./gen-certs.sh clean
-cd ..
+cd ../..
 
 COMPOSE_LOGS_FILE=${WORKSPACE}/archives/containers_logs/docker-compose.log
 docker-compose logs > ${COMPOSE_LOGS_FILE}