diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 703ba14e6463035fa5eb0afb3609c02f234b692c..7d47d31d582e781316ca2dea60b5fca5f5cd12c8 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