Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Collection of Practice
2019
1506757352-practice
Commits
e0261f05
Commit
e0261f05
authored
Oct 02, 2019
by
Syahrul Ardiansyah
Browse files
Change test to unit test only
parent
2baac696
Pipeline
#21464
passed with stage
in 1 minute and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e0261f05
...
...
@@ -2,9 +2,8 @@ image: django:latest
before_script
:
-
apt-get update -qq && apt-get install -y -qq sqlite3 libsqlite3-dev
-
pip install -r requirements.txt
-
python manage.py migrate
test
:
script
:
-
python manage.py test
-
python manage.py test
latihan2
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment