From 5bcfe88772590f728b4b844e2418fe92439c2aba Mon Sep 17 00:00:00 2001 From: Gautier couture <2017566295@lacatholille.fr> Date: Tue, 12 Jan 2021 16:11:01 +0100 Subject: [PATCH] edit config.yml #6 :boom: --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1e56b20..d14369c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: - "venv" test: docker: - image: circleci/python:3.7.9-stretch-browsers + - image: circleci/python:3.7.9-stretch-browsers environment: DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb FLASK_APP: autoapp.py