Commit 6da8d127 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige sintaxis de yml anchors para artifacts

El commit anterior no era la solución a recuperar los artifacts, pero
puede que si sea necesario igualmente. La clave era que se estaba
redefiniendo el bloque de artifacts en lugar de usarlo en las siguientes
referencias.
parent 55c99040
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ run-local-modules-functional-tests:
      --browser=${TEST_BROWSER}
      --seleniumVersion=${LOCAL_SELENIUM_VERSION}
      --chromeVersion=${LOCAL_CHROME_VERSION}
  artifacts: &run-functional-tests-artifacts
  artifacts: *run-functional-tests-artifacts

.run-remote-modules-functional-tests:
  extends: .run-pre-build-tests
@@ -114,7 +114,7 @@ run-local-modules-functional-tests:
      --seleniumVersion=${REMOTE_SELENIUM_VERSION}
      --chromeVersion=${REMOTE_CHROME_VERSION}
      --firefoxVersion=${REMOTE_FIREFOX_VERSION}
  artifacts: &run-functional-tests-artifacts
  artifacts: *run-functional-tests-artifacts

run-remote-modules-functional-tests-chrome:
  extends: .run-remote-modules-functional-tests
@@ -147,7 +147,7 @@ run-remote-modules-functional-tests-firefox:
      --chromeVersion=${REMOTE_CHROME_VERSION}
      --firefoxVersion=${REMOTE_FIREFOX_VERSION}
  dependencies: []
  artifacts: &run-functional-tests-artifacts
  artifacts: *run-functional-tests-artifacts
  rules:
    - if: $CI_PIPELINE_SOURCE == "schedule"