diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e77c38..80da83f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -