Skip to content
Snippets Groups Projects
Verified Commit 5201d559 authored by Florian Azizian's avatar Florian Azizian
Browse files

npm run build in gitlab ci

parent 25656ac6
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@ job_e2e:
- npm install npm@latest -g
- npm set registry https://registry.npmjs.org/
- npm install
- npm run build
- apt-get install -yqq openjdk-11-jdk
- apt-get install -yqq chromium
- sed 's/<databaseserver>.*<\/databaseserver>/<databaseserver>postgres<\/databaseserver>/;s/<databasepassword>.*<\/databasepassword>/<databasepassword><\/databasepassword>/;s/<databasename>.*<\/databasename>/<databasename>MaarchCourrier<\/databasename>/;s/<databaseuser>.*<\/databaseuser>/<databaseuser>maarch<\/databaseuser>/' apps/maarch_entreprise/xml/config.xml.default > apps/maarch_entreprise/xml/config.xml
......
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