diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 6c4c13f4..c406e925 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -37,7 +37,7 @@ aliases: - *setup-tests - npm install --prefix client - npm run "install:cypress" --prefix client - - psl -U $DATABASE_USER -h $DATABASE_HOST -c "create database $DATABASE_NAME" + - psql -U $DATABASE_USER -h $DATABASE_HOST -c "create database $DATABASE_NAME" - python server/manage.py dummy_data - python server/manage.py runserver & - npm run dev --prefix client &