Commit b70417b4 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Intenta corregir ruta de artifacts de tests

parent 6619a27e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -246,7 +246,7 @@ run-basic-user-functional-tests:
    expire_in: 1 month
    when: always
    paths:
      - "test_reports/test-functional-local*/"
      - "test_reports/test-functional-local*"

run-basic-guest-functional-tests:
  stage: pre-build
@@ -272,7 +272,7 @@ run-basic-guest-functional-tests:
    expire_in: 1 month
    when: always
    paths:
      - "test_reports/test-functional-local_on-port_9000/"
      - "test_reports/test-functional-local*"

run-functional-tests:
  stage: test-deploy