diff --git a/test/cases/gcp.sh b/test/cases/gcp.sh index 2533dc361..994c2c7b9 100755 --- a/test/cases/gcp.sh +++ b/test/cases/gcp.sh @@ -278,6 +278,8 @@ get_compose_metadata "$COMPOSE_ID" # Kill the journal monitor immediately and remove the trap sudo pkill -P ${WORKER_JOURNAL_PID} trap - EXIT +# trap cleanup again +trap cleanup EXIT # Did the compose finish with success? if [[ $COMPOSE_STATUS != FINISHED ]]; then