diff --git a/Makefile b/Makefile index 4bfcc3e8..2284ce08 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ test-python: DJANGO_SETTINGS_MODULE=controlpanel.settings.test test-python: @echo @echo "> Running Python Tests (In Docker)..." - @docker-compose run --rm -e KUBECONFIG=tests/kubeconfig \ + @docker run --rm -e KUBECONFIG=tests/kubeconfig \ frontend sh -c "pytest tests --color=yes" ## test: Run tests in Docker container