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
0780d311
Commit
0780d311
authored
Apr 24, 2018
by
Sascha Herzinger
Browse files
Code works in local docker but not in CI runner. Adding debug code
parent
c650b9c4
Pipeline
#4693
failed with stages
in 6 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0780d311
...
...
@@ -2,6 +2,8 @@ image: centos:latest
variables
:
NPM_TOKEN
:
SECURE
FIREFOX_BIN
:
/usr/bin/firefox
NO_PROXY
:
'
localhost,
0.0.0.0/4201,
0.0.0.0/9876'
stages
:
-
test
...
...
@@ -17,10 +19,11 @@ test:all:
-
wget -O firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US"
-
tar vjxf firefox.tar.bz2
-
rm -rf /usr/bin/firefox
-
ln -s /firefox/firefox /usr/bin/firefox
-
export FIREFOX_BIN=/usr/bin/firefox
-
ln -s /firefox/firefox $FIREFOX_BIN
-
npm install
-
export
-
npm test
-
firefox -headless
release:npm:
stage
:
release
...
...
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