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

Fix location of validate script

parent e512d96b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ Validate MEC Robot Test Suite:
  stage: validation
  script:
    - echo 'Validate MEC Robot Test Suite'
    - docker run -v "$(pwd):/home/etsi/dev/robot" -u $(id -u):$(id -g) etsiforge/mec-ts:latest "/bin/bash" -c  "/home/etsi/dev/scripts/validate.sh $CI_COMMIT_BRANCH"
    - docker run -v "$(pwd):/home/etsi/dev/robot" -u $(id -u):$(id -g) etsiforge/mec-ts:latest "/bin/bash" -c  "/home/etsi/dev/robot/scripts/validate.sh $CI_COMMIT_BRANCH"
    #- docker run -v "$(pwd):/home/etsi/dev/robot" -u $(id -u):$(id -g) etsiforge/mec-ts:latest "/bin/bash" -c  "cd /home/etsi/dev/robot && sh scripts/run-all.bash && ls -ltr logs/"
      
# Generate API Robot Test Suite docx: