Fix typo in pipelines config

This commit is contained in:
Ramon Wenger 2019-02-04 15:36:42 +01:00
parent 80dcd446a0
commit 5a99c38afd
1 changed files with 1 additions and 1 deletions

View File

@ -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 &