Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ generate_temp_docx: stage: preprocessing script: - docker run -u $(id -u):$(id -g) --entrypoint "/bin/sh" -v "./:/data" serafinopirronitto/test-image:v4 -c "cd data && python3 preprocessing.py './API.docx'" - git remote -v - cat .git-config artifacts: paths: - temp.docx Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ generate_temp_docx: stage: preprocessing script: - docker run -u $(id -u):$(id -g) --entrypoint "/bin/sh" -v "./:/data" serafinopirronitto/test-image:v4 -c "cd data && python3 preprocessing.py './API.docx'" - git remote -v - cat .git-config artifacts: paths: - temp.docx Loading