From 54c7f3f68fd6e543639e23bce6e8493d002c000e Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Mon, 11 Feb 2019 11:17:37 +1100 Subject: [PATCH] and gpupg --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 716019b..47504de 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 -- GitLab