Loading src/tests/ecoc22/.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -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: Loading src/tests/ofc22/.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
src/tests/ecoc22/.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -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: Loading
src/tests/ofc22/.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -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: Loading