From 33c7caebc079fcd7a226fcb2f3be8e593a40a3ae Mon Sep 17 00:00:00 2001 From: Gautier couture <2017566295@lacatholille.fr> Date: Tue, 12 Jan 2021 17:07:50 +0100 Subject: [PATCH] edit config.yml #9 :wrench: --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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