From fea6a1f7dcc617561d35647723bb7bb61d32d8a8 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 8 Oct 2019 14:01:57 +0200 Subject: [PATCH] make sure cypress binary is installed Signed-off-by: Thomas Citharel --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5296e338..a983eab5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,6 +86,7 @@ cypress: - mix deps.get - cd js - yarn install + - npx cypress install # just to be sure - yarn run build - cd ../ - MIX_ENV=e2e mix ecto.create @@ -117,4 +118,4 @@ pages: artifacts: expire_in: 1 hour paths: - - public \ No newline at end of file + - public