Commit 11800810 authored by Mark Harding's avatar Mark Harding

(fix): specify cypress binary as variable

parent d9e35526
No related merge requests found
Pipeline #74397215 running with stages
......@@ -29,7 +29,7 @@ e2e:base:
image: cypress/base:10
stage: test:e2e
variables:
CYPRESS_INSTALL_BINARY: 1
CYPRESS_INSTALL_BINARY: 3.4.1
script:
- npm ci
- >
......@@ -56,7 +56,7 @@ e2e:chrome:
image: cypress/browsers:chrome67
stage: test:e2e
variables:
CYPRESS_INSTALL_BINARY: 1
CYPRESS_INSTALL_BINARY: 3.4.1
script:
- npm ci
- >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment