diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 73582a08..f014dcc0 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -13,6 +13,7 @@ e2e: &e2e - vbvpip - cypress script: + - export CURRENTS_KEY=etzp5VXtJcSX8Z4H - export IT_SERVE_VUE=false - export IT_ALLOW_LOCAL_LOGIN=true - source ./env/bitbucket/prepare_for_test.sh diff --git a/package.json b/package.json index e8f7cf5a..6229e1a5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "build": "npm install --prefix client && npm run build --prefix client && npm run build:tailwind --prefix client", "test": "echo \"Error: no test specified\" && exit 1", "cypress:open": "cypress open", - "cypress:ci": "currents run --parallel --record --key etzp5VXtJcSX8Z4H", + "cypress:ci": "currents run --parallel --record --key $CURRENTS_KEY", "prettier": "npm run prettier --prefix client" }, "devDependencies": {