diff --git a/integrationTest.sh b/integrationTest.sh index b483598..f84100c 100755 --- a/integrationTest.sh +++ b/integrationTest.sh @@ -31,8 +31,7 @@ NC='\033[0m' indent() { sed 's/^/ /'; } # Reset docker and wipe all volumes reset_docker() { - docker-compose down -v - docker system prune -f + docker-compose down -v --remove-orphans --rmi local } cd tests/