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:
|
default:
|
||||||
before_script:
|
before_script:
|
||||||
- curl -sL https://deb.nodesource.com/setup_15.x | bash -
|
- 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.
|
# The test stage runs on every build and every branch.
|
||||||
test:
|
test:
|
||||||
|
|
Reference in a new issue