diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 8676b957..37b59240 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -48,7 +48,7 @@ aliases: - echo "This pipeline rules!" - *setup-tests - npm install --prefix client - # - npm run "install:cypress" --prefix client + - npm run "install:cypress" --prefix client - psql -U $DATABASE_USER -h $DATABASE_HOST -c "create database $DATABASE_NAME" - python server/manage.py dummy_data - python server/manage.py runserver &