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

Controla ejecución y salida de tests funcionales

parent e3f1ecbd
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -224,6 +224,9 @@ deploy-supporting-branch:

run-functional-tests:
  stage: test-deploy
  tags:
    - client
    - functional
  variables:
    GIT_SUBMODULE_STRATEGY: normal
  script:
@@ -244,7 +247,7 @@ run-functional-tests:
    expire_in: 1 month
    when: always
    paths:
      - test_reports/test-functional-local*/
      - "test_reports/test-functional-local*/"

deploy-pro:
  stage: deploy