Loading .gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ stages: - build preflight: image: "mcanterb/forgelib" image: "forge.3gpp.org:5050/sa3/li/forgelib" stage: preflight rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' Loading @@ -20,14 +20,14 @@ preflight: - forgelib-preflight https://$CI_SERVER_HOST $CI_PROJECT_ID $CI_MERGE_REQUEST_IID process_asn: image: "mcanterb/asntest:latest" image: "forge.3gpp.org:5050/sa3/li/asn1test:latest" stage: check interruptible: true script: - python3 testing/asn_process.py process_xsd: image: "mcanterb/xsdtest:latest" image: "forge.3gpp.org:5050/sa3/li/xsdtest_test:latest" stage: check interruptible: true script: Loading @@ -35,7 +35,7 @@ process_xsd: - python3 testing/lint_xml.py editorconfig_check: image: "mcanterb/ec_test:latest" image: "forge.3gpp.org:5050/sa3/li/ec_test:latest" stage: check interruptible: true script: Loading Loading
.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ stages: - build preflight: image: "mcanterb/forgelib" image: "forge.3gpp.org:5050/sa3/li/forgelib" stage: preflight rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' Loading @@ -20,14 +20,14 @@ preflight: - forgelib-preflight https://$CI_SERVER_HOST $CI_PROJECT_ID $CI_MERGE_REQUEST_IID process_asn: image: "mcanterb/asntest:latest" image: "forge.3gpp.org:5050/sa3/li/asn1test:latest" stage: check interruptible: true script: - python3 testing/asn_process.py process_xsd: image: "mcanterb/xsdtest:latest" image: "forge.3gpp.org:5050/sa3/li/xsdtest_test:latest" stage: check interruptible: true script: Loading @@ -35,7 +35,7 @@ process_xsd: - python3 testing/lint_xml.py editorconfig_check: image: "mcanterb/ec_test:latest" image: "forge.3gpp.org:5050/sa3/li/ec_test:latest" stage: check interruptible: true script: Loading