Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ variables: generate_temp_docx: stage: preprocessing script: - docker run --rm -u $(id -u):$(id -g) --entrypoint "/bin/sh" -v "./:/data" serafinopirronitto/test-image:v4 -c "cd data && python3 preprocessing.py './data/API.docx'" - docker run --rm -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: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ variables: generate_temp_docx: stage: preprocessing script: - docker run --rm -u $(id -u):$(id -g) --entrypoint "/bin/sh" -v "./:/data" serafinopirronitto/test-image:v4 -c "cd data && python3 preprocessing.py './data/API.docx'" - docker run --rm -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: Loading