From 5170fd1c07de50a0ab6f276a1ab42f5ad951fec3 Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Mon, 11 Feb 2019 10:28:23 +1100 Subject: [PATCH] no sudo in this container? --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 703ba14..7d47d31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: test: stage: test script: - - curl -sL https://deb.nodesource.com/setup_10.x | sudo bash - + - curl -sL https://deb.nodesource.com/setup_10.x | bash - - apt update - apt install -y nodejs npm - rm ./package-lock.json -- GitLab