diff --git a/.circleci/config.yml b/.circleci/config.yml index 24670fbe..123268ae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -132,7 +132,7 @@ jobs: git submodule update --init - run: name: Set Environment File - command: cp local.env .env + command: cp docker.env .env - run: name: Run tests command: docker compose run --build lite-hmrc-intg pipenv run pytest -k integration diff --git a/docker-compose.yml b/docker-compose.yml index 96c98db5..119f0496 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,9 +14,6 @@ services: container_name: "lite-hmrc-intg" env_file: - .env - environment: - - DATABASE_URL=postgres://postgres:password@lite-hmrc-postgres:5432/postgres - - REDIS_BASE_URL=redis://hmrc-redis:6379 build: . platform: linux/amd64 volumes: