Commit c5e94232 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Fix docker image to run the tests

parent 02958b60
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
test:
  script:
    docker run -v$(pwd):/work:rw --user $(id -u):$(id -g) etsiforge/r2d "/bin/sh" -c "cd /work/robot2doc && python3 -m pytest"
 No newline at end of file
    docker run -v$(pwd):/work:rw --user $(id -u):$(id -g) api-tests-validation "/bin/sh" -c "cd /work/robot2doc && python3 -m pytest"
 No newline at end of file