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
1606821886-practice
Commits
198c3f56
Commit
198c3f56
authored
Nov 06, 2019
by
Farah Alhaniy
Browse files
Update gecko in ci
parent
2b9dabb4
Pipeline
#24066
failed with stages
in 22 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
198c3f56
...
...
@@ -38,7 +38,7 @@ FunctionalTest:
-
apt-get update -qq && apt-get install -y -qq unzip
-
apt-get install -qy --fix-missing --no-install-recommends xvfb firefox-esr
-
apt-get install -y xvfb
-
wget https://github.com/mozilla/geckodriver/releases/download/v0.2
5
.0/geckodriver-v0.2
5
.0-linux64.tar.gz; mkdir geckodriver; tar -xzf geckodriver-v0.2
5
.0-linux64.tar.gz -C geckodriver; export PATH=$PATH:$PWD/geckodriver;
-
wget https://github.com/mozilla/geckodriver/releases/download/v0.2
6
.0/geckodriver-v0.2
6
.0-linux64.tar.gz; mkdir geckodriver; tar -xzf geckodriver-v0.2
6
.0-linux64.tar.gz -C geckodriver; export PATH=$PATH:$PWD/geckodriver;
-
pip3 install -r requirements.txt
-
python3 manage.py migrate --noinput
...
...
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