diff --git a/.circleci/config.yml b/.circleci/config.yml index c69b6af..9138c60 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,11 +30,11 @@ jobs: - run : yarn test:ci test_e2e: docker: - - image: cimg/node:14.10.1 - image: circleci/postgres - environment: - POSTGRES_USER: e2e - POSTGRES_DB: psdb + environment: + POSTGRES_USER: e2e + POSTGRES_DB: psdb + - image: cimg/node:14.10.1 steps: - checkout - restore_cache: