Added gnupg2 for gitlab CI

This commit is contained in:
Deon George 2018-04-10 21:55:09 +10:00
parent ea051352c0
commit b441eb6e25
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ before_script:
#- echo 'deb http://deb.debian.org/debian jessie non-free' >> /etc/apt/sources.list.d/non-free.list
#- apt-get update -yqq
# Add gnupg
- apt-get update -yqq && apt-get install gnupg2 -yqq
# Upgrade to Node 9
- curl -sL https://deb.nodesource.com/setup_9.x | bash -