ci: add the -y
flag to installing
This commit is contained in:
parent
d49e07a94f
commit
6ae8151b1f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue