diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41e7193ec04689ab5544535a2ea4ec9ae9c356ca..3981ac324af419ca971887230529f2d8d102fd41 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,9 +51,9 @@ job_e2e: # - chown -R www-data. /var/www/html/ # - chmod -R 775 /opt/maarch/ # - chmod -R 775 /var/www/html/ - # - curl -sL https://deb.nodesource.com/setup_13.x | bash - - # - apt-get install -yqq nodejs - # - npm install npm@latest -g + - curl -sL https://deb.nodesource.com/setup_13.x | bash - + - apt-get install -yqq nodejs + - npm install npm@latest -g # - npm set registry https://registry.npmjs.org/ # - npm install # - npm run build-prod