Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fractalis
fractal.js
Commits
aca86c6c
Commit
aca86c6c
authored
Apr 24, 2018
by
Sascha Herzinger
Browse files
Fixing CI
parent
9488a8a3
Pipeline
#4691
failed with stages
in 5 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
aca86c6c
...
...
@@ -13,11 +13,11 @@ test:all:
script
:
-
yum install -y epel-release
-
yum update -y
-
yum install -y git wget bzip2 firefox npm
-
rm /usr/bin/firefox
-
yum install -y git wget bzip2 firefox npm gtk3
-
wget -O firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US"
-
tar jxf firefox.tar.bz2
-
export FIREFOX_BIN=/firefox/firefox
-
tar vjxf firefox.tar.bz2
-
rm -rf /usr/bin/firefox
-
ln -s /firefox/firefox /usr/bin/firefox
-
npm install
-
npm 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