From b64a2f0b4555501bc45e6ae14627974135568009 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 6 Sep 2018 18:36:14 +0200 Subject: [PATCH] Fix circle CI check on prod --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index ca69018a3..d33dfc546 100644 --- a/circle.yml +++ b/circle.yml @@ -44,7 +44,7 @@ jobs: yarn run serve:embauche & yarn run cypress run --record --key 21660df5-36a5-4c49-b23d-801799b0c759 --spec 'cypress/integration/**/!(external-integrations.js)' -production-test: +test-production: docker: - image: cypress/base:8 environment: @@ -63,7 +63,7 @@ workflows: jobs: - unit-test - end-to-end-test - - test-prod: + - test-production: filters: branches: only: master