From 3b994e8a6283d87f7dad57fdfea811df709481cb Mon Sep 17 00:00:00 2001 From: Elia Bieri Date: Thu, 15 Dec 2022 10:22:20 +0000 Subject: [PATCH] Merged in bugfix/fix_cypress (pull request #16) Fix pipelines --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) 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