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
aee33f25
Commit
aee33f25
authored
Sep 24, 2019
by
Syahrul Ardiansyah
Browse files
Update gitlab-ci with stages and dependencies installation
parent
c8e5badc
Pipeline
#20463
failed with stage
in 7 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
aee33f25
image
:
django:latest
before_script
:
-
pip install -r requirements.txt
stages
:
-
test
-
functional-test
test
:
script
:
-
python manage.py test
...
...
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