diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index bc228bf0..11895c35 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -19,6 +19,7 @@ e2e: &e2e - source ./env/bitbucket/prepare_for_test.sh - pip install -r server/requirements/requirements-dev.txt - npm install + - CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force - npm run build - ./prepare_server_cypress.sh --start-background - npm run cypress:ci