Skip to content
Snippets Groups Projects
Commit 8859811c authored by s80984's avatar s80984
Browse files

change test pipeline tests passing add correct cleanup

parent 85c4edfb
Branches main
No related tags found
No related merge requests found
Pipeline #14283 failed
...@@ -92,6 +92,7 @@ job_test-image: ...@@ -92,6 +92,7 @@ job_test-image:
- docker network rm test-img-network - docker network rm test-img-network
- docker network ls - docker network ls
- docker network prune - docker network prune
- docker kill $(docker ps -q)
# - docker-compose down # - docker-compose down
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment