From 6ae8151b1f60e6f2f2240f89016483df35fc85b2 Mon Sep 17 00:00:00 2001 From: "Dylan R. E. Moonfire" Date: Thu, 21 Jan 2021 18:32:14 -0600 Subject: [PATCH] ci: add the `-y` flag to installing --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc008d9..0501bd6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: default: before_script: - curl -sL https://deb.nodesource.com/setup_15.x | bash - - - apt-get install nodejs yarn + - apt-get install -y nodejs # The test stage runs on every build and every branch. test: