Commit b0a84fc7 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

CI/CD pipeline:

- Defined ofc22 and ecoc22 dependencies
parent c22e71c5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -40,6 +40,8 @@ end2end_test ecoc22:
  variables:
    TEST_NAME: 'ecoc22'
  stage: end2end_test
  needs:
    - build ecoc22
  before_script:
    - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
  script:
+2 −0
Original line number Diff line number Diff line
@@ -40,6 +40,8 @@ end2end_test ofc22:
  variables:
    TEST_NAME: 'ofc22'
  stage: end2end_test
  needs:
    - build ofc22
  before_script:
    - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
  script: