From 51e88d95225d002f68aa709f6439d1915ab53780 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 11 Oct 2019 10:45:42 +0200 Subject: [PATCH] Put back Cypress recording Signed-off-by: Thomas Citharel --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4812c16f..a983eab5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,8 +94,7 @@ cypress: - MIX_ENV=e2e mix phx.server & - cd js - npx wait-on http://localhost:4000 - # - npx cypress run --record --parallel --key $CYPRESS_KEY - - npx cypress run + - npx cypress run --record --parallel --key $CYPRESS_KEY artifacts: expire_in: 2 day paths: