Commit b2c1c0c5 authored by Michele Carignani's avatar Michele Carignani
Browse files

fix ci

parent 6ab56c5f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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