diff --git a/.gitlab/ci/.integration-test-containerlab.yml b/.gitlab/ci/.integration-test-containerlab.yml
index 169ef22172a969a02aa322899ae54dc35d4f1d89..599face99512c87cdb00bee66a5d9e355b7ac29a 100644
--- a/.gitlab/ci/.integration-test-containerlab.yml
+++ b/.gitlab/ci/.integration-test-containerlab.yml
@@ -54,7 +54,13 @@ containerlab-destroy:
     script:
         - sudo containerlab destroy --topo ${CLAB_DIR}/${CLAB_NAME}.clab.yml
         - docker volume rm -f ${CLAB_NAME}-volume
-        - rm ${CLAB_DIR}/${CLAB_NAME}.clab.yml
+        - echo ${CLAB_NAME}
+        - ls -la
+        - rm ${CLAB_DIR}/${CLAB_NAME}.clab.yml || true
+        - rm ${CLAB_DIR}/.${CLAB_NAME}.clab.yml.bak || true
+        - sudo rm -r ${CLAB_DIR}/clab-${CLAB_NAME} || true
+        - ls -la
+
     allow_failure: true