diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 4dd857b9..f345759a 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -17,6 +17,7 @@ e2e: &e2e - export IT_SERVE_VUE=false - export IT_ALLOW_LOCAL_LOGIN=true - source ./env/bitbucket/prepare_for_test.sh + - pip install -r server/requirements/requirements-dev.txt - npm install - npm run build - ./prepare_server_cypress.sh --start-background