From 51707b8919d2049ff25779edfc0cb96d479a540e Mon Sep 17 00:00:00 2001 From: MTLantoine Date: Mon, 2 Nov 2020 20:30:31 +0100 Subject: [PATCH] please work --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 24f611a..44535c3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,8 +33,8 @@ jobs: e2e_test: docker: - -image: "circleci/postgres:9.6.2-alpine" - -image: "circleci/node:12" + - image: 'circleci/postgres:9.6.2-alpine' + - image: 'circleci/node:12' steps: - checkout - run: @@ -57,3 +57,4 @@ workflows: - build - lint - test + - e2e_test