diff --git a/scripts/execute_integration_tests.sh b/scripts/execute_integration_tests.sh index c6d8694..518b639 100644 --- a/scripts/execute_integration_tests.sh +++ b/scripts/execute_integration_tests.sh @@ -1,7 +1,7 @@ #!/bin/bash echo "Install test-requirements" -make test-requirements +make install-dev-dependencies echo "Run tests" pytest -rPf ./eox_tenant/test/integration