Skip to content

Commit 2910c2a

Browse files
author
Nathan Lyle Black
committed
Possible fix for puppeteer issue
1 parent 499e731 commit 2910c2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ variables:
1111
test:
1212
stage: test
1313
script:
14+
- sudo npm install -g puppeteer --unsafe-perm=true
1415
- npm install mocha-headless-chrome -g
1516
- if [ -z $API_KEY ]; then echo "Algorithmia API key not defined"; exit 1; fi
1617
- npm test

0 commit comments

Comments
 (0)