diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5637de17097f9c25d101e82639fa063be23734ac..41c0d3aaed23dc71673d023f6d4293a198d0f4b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ bundle_and_test: stage: bundle before_script: - apt install -y curl - - curl -sL https://deb.nodesource.com/setup_10.x | -E bash - + - curl -sL https://deb.nodesource.com/setup_14.x | bash - - apt install -y nodejs npm - apt install -y build-essential - npm install -g @apidevtools/swagger-cli