Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line test: script: docker run -v$(pwd):/work etsiforge/r2d "/bin/sh" -c "cd /work/robot2doc && python3 -m pytest" No newline at end of file docker run -v$(pwd):/work:ro etsiforge/r2d "/bin/sh" -c "cd /work/robot2doc && python3 -m pytest" No newline at end of file Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line test: script: docker run -v$(pwd):/work etsiforge/r2d "/bin/sh" -c "cd /work/robot2doc && python3 -m pytest" No newline at end of file docker run -v$(pwd):/work:ro etsiforge/r2d "/bin/sh" -c "cd /work/robot2doc && python3 -m pytest" No newline at end of file