diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 716019bcf197f6863bf4bfb73fd70e2091f9b728..47504dec332869312be3b370702d98c45e0ee799 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ test: image: ubuntu script: - apt update - - apt install -y curl + - apt install -y curl gnupg - curl -sL https://deb.nodesource.com/setup_8.x | bash - - apt update - apt install -y nodejs