Skip to content
Snippets Groups Projects
Commit 8fd0d110 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

Update .gitlab-ci.yml

parent a1b391b0
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,8 @@ job_php-7.0: ...@@ -34,6 +34,8 @@ job_php-7.0:
- cd /var/www/html/MaarchCourrier - cd /var/www/html/MaarchCourrier
- mkdir -p /var/www/html/MaarchCourrier - mkdir -p /var/www/html/MaarchCourrier
- composer -n install - composer -n install
- curl -sL https://deb.nodesource.com/setup_7.x | bash -
- apt-get install -yqq nodejs
- npm install npm@latest -g - npm install npm@latest -g
- npm set registry https://registry.npmjs.org/ - npm set registry https://registry.npmjs.org/
- npm install - npm install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment