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
ff6e2f43
Commit
ff6e2f43
authored
Sep 24, 2019
by
Syahrul Ardiansyah
Browse files
INstall curl before install chromedriver in gitlab ci
parent
134ec4c9
Pipeline
#20466
failed with stage
in 1 minute and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ff6e2f43
...
...
@@ -13,6 +13,7 @@ test:
functional-test
:
before_script
:
-
apt-get install curl
-
curl https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -o /chrome.deb
-
dpkg -i /chrome.deb || apt-get install -yf
-
rm /chrome.deb
...
...
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