diff --git a/.circleci/config.yml b/.circleci/config.yml index a4a672f..f5d9390 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: - "venv" test: docker: - - image: circleci/python:3.9-stretch-browsers + - image: circleci/python:3.9-buster-node-browsers environment: DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb FLASK_APP: autoapp.py