diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8599286b6c0b38e129b9e2734aab5c69fa2b97b8..ed31d7c620c7a789039f12111baf2a12f14b55d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,10 +24,8 @@ cache: bundle_and_test: stage: bundle before_script: - - apt-get update - - apt-get install -y curl - - curl -sL https://deb.nodesource.com/setup_10.x | bash - - - apt-get install -y nodejs + - apt-get --quiet update + - apt-get --quiet --yes install nodejs - npm install -g @apidevtools/swagger-cli script: @@ -51,10 +49,8 @@ bundle_and_test: pages: stage: deploy before_script: - - apt-get update - - apt-get install -y curl - - curl -sL https://deb.nodesource.com/setup_10.x | bash - - - apt-get install -y nodejs + - apt-get --quiet update + - apt-get --quiet --yes install nodejs - npm install swagger-ui-dist@3.22.1 script: - cp -rp node_modules/swagger-ui-dist/* ./public