Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -51,9 +51,9 @@ docx: stage: build_docx before_script: - pip3 install python-docx && pip3 install cssutils && pip3 install beautifulsoup4 #install dependances - docker pull serafinopirronitto/test-image:v3 script: - python3 html_to_docx.py API.html API.css - python3 postprocessing.py html_to_docx_output.docx ./media - docker run --entrypoint "/bin/sh" -v "./:/data" serafinopirronitto/test-image:v3 -c "cd data && python3 html_to_docx.py API.html API.css && python3 postprocessing.py html_to_docx_output.docx ./media" artifacts: paths: - html_to_docx_output_fixed.docx Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -51,9 +51,9 @@ docx: stage: build_docx before_script: - pip3 install python-docx && pip3 install cssutils && pip3 install beautifulsoup4 #install dependances - docker pull serafinopirronitto/test-image:v3 script: - python3 html_to_docx.py API.html API.css - python3 postprocessing.py html_to_docx_output.docx ./media - docker run --entrypoint "/bin/sh" -v "./:/data" serafinopirronitto/test-image:v3 -c "cd data && python3 html_to_docx.py API.html API.css && python3 postprocessing.py html_to_docx_output.docx ./media" artifacts: paths: - html_to_docx_output_fixed.docx Loading