Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,4 +3,4 @@ image: test: script: cd /work && python3 -m pytest No newline at end of file docker run -v$(pwd):/work 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 Loading @@ -3,4 +3,4 @@ image: test: script: cd /work && python3 -m pytest No newline at end of file docker run -v$(pwd):/work r2d "/bin/sh" -c "cd /work/robot2doc && python3 -m pytest" No newline at end of file