diff --git a/integration_tests/tests.sh b/integration_tests/tests.sh index 8e4e2c4..17bce7c 100755 --- a/integration_tests/tests.sh +++ b/integration_tests/tests.sh @@ -2,4 +2,6 @@ docker-compose up -d backend db docker-compose run --rm tests -docker-compose down --rmi all -v --remove-orphans \ No newline at end of file +EXIT_CODE=$? +docker-compose down --rmi all -v --remove-orphans +exit $EXIT_CODE \ No newline at end of file