diff --git a/compose.test.yaml b/compose.test.yaml index 87ac40e..9a2f52e 100644 --- a/compose.test.yaml +++ b/compose.test.yaml @@ -1,9 +1,9 @@ services: web: - env_file: ".env.template" + env_file: .env.template command: python -Wa manage.py test --noinput --parallel db: - env_file: ".env.template" + env_file: .env.template