Skip to content

Commit

Permalink
fix(ci): install python, make and g++ for all images
Browse files Browse the repository at this point in the history
Only really needed for Node 12 image, but doesn't hurt

Signed-off-by: Will Soto <[email protected]>
  • Loading branch information
willsoto committed May 18, 2019
1 parent 57fd8cc commit c96fab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cache:

.install:
before_script:
- apk update && apk upgrade && apk add python make g++
- yarn install

.test:
Expand Down

0 comments on commit c96fab2

Please sign in to comment.