Skip to content

Commit 3fa72b4

Browse files
author
Nathan Lyle Black
authored
Merge pull request #4 from algorithmiaio/fix-puppeteer
Possible fix for puppeteer issue
2 parents 499e731 + 2910c2a commit 3fa72b4

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)