Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ saving_script: - cp pre-save_script.js ./API script: - docker run --entrypoint "/bin/sh" -v "./API:/data" serafinopirronitto/test-image:v3 -c "cd data && apt-get install nodejs -y && apt-get install npm -y && npm init -y &&\ npm install puppeteer fs && apk --update --upgrade add chromium &&\ npm install puppeteer-core fs && apk --update --upgrade add chromium &&\ export ENV PUPPETEER_EXECUTABLE_PATH=\"/usr/bin/chromium-browser\" && node pre-save_script.js &&\ rm ./*.html" after_script: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ saving_script: - cp pre-save_script.js ./API script: - docker run --entrypoint "/bin/sh" -v "./API:/data" serafinopirronitto/test-image:v3 -c "cd data && apt-get install nodejs -y && apt-get install npm -y && npm init -y &&\ npm install puppeteer fs && apk --update --upgrade add chromium &&\ npm install puppeteer-core fs && apk --update --upgrade add chromium &&\ export ENV PUPPETEER_EXECUTABLE_PATH=\"/usr/bin/chromium-browser\" && node pre-save_script.js &&\ rm ./*.html" after_script: Loading