From 1b170e6bbcb3d43ef573e3b55ca2121bc1527c58 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Mon, 2 Nov 2020 11:55:00 +0100 Subject: [PATCH] changed images --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 79275ac..7918018 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,7 +51,7 @@ jobs: paths: - ./node_modules db: - - image: cimg/node:14.10.1 + - image: circleci/postgres:9.6-alpine environment: DATABASE_URL: postgres://$PG_USER@localhost:5432/$PG_DB JWT_SECRET: yeet @@ -72,7 +72,9 @@ jobs: key: yarn-packages-v2{{ checksum "yarn.lock" }} paths: - ./node_modules - e2e: + e2e: + docker: + - image: cimg/node:14.10.1 steps: - checkout - restore_cache: