diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 030aa1c7..6c25695a 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 + - npm run build - source vbvvenv/bin/activate - ./prepare_server_cypress.sh --start-background - npm run cypress:ci