Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 28a2685f authored by M. Reza Qorib's avatar M. Reza Qorib Committed by Zamil Majdy
Browse files

Update gitlabci

parent 633c32fc
No related branches found
No related tags found
No related merge requests found
......@@ -11,12 +11,13 @@ test:
- curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
- sudo apt-get install -y nodejs
- npm install
- npm run build-production
- service postgresql start
- sudo -u postgres psql -c "CREATE USER kape WITH PASSWORD 'kape' CREATEDB"
- sudo -u postgres psql -c "CREATE DATABASE kape OWNER kape"
- pip install -r requirements.txt
- python manage.py migrate
# - python manage.py test
- python manage.py test
- npm run karma
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment