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

CI/CD pipeline:

- Reverted ofc22 and ecoc22 dependencies
parent b0a84fc7
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -40,8 +40,9 @@ end2end_test ecoc22:
  variables:
    TEST_NAME: 'ecoc22'
  stage: end2end_test
  needs:
    - build ecoc22
  # Disable to force running it after all other tasks
  #needs:
  #  - build ecoc22
  before_script:
    - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
  script:
+3 −2
Original line number Diff line number Diff line
@@ -40,8 +40,9 @@ end2end_test ofc22:
  variables:
    TEST_NAME: 'ofc22'
  stage: end2end_test
  needs:
    - build ofc22
  # Disable to force running it after all other tasks
  #needs:
  #  - build ofc22
  before_script:
    - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
  script: