Loading .gitlab-ci.yml +12 −12 Original line number Original line Diff line number Diff line Loading @@ -2,19 +2,19 @@ stages: # - check # - check - build - build process_asn: # process_asn: image: "mcanterb/asn1test:latest" # image: "mcanterb/asn1test:latest" stage: check # stage: check interruptible: true # interruptible: true script: # script: - python3 testing/asn_process.py # - python3 testing/asn_process.py process_xsd: # process_xsd: image: "mcanterb/xsdtest:latest" # image: "mcanterb/xsdtest:latest" stage: check # stage: check interruptible: true # interruptible: true script: # script: - python3 testing/xsd_process.py # - python3 testing/xsd_process.py generate_artefacts: generate_artefacts: image: "forge.etsi.org:5050/li/trial/changemarks" image: "forge.etsi.org:5050/li/trial/changemarks" Loading Loading
.gitlab-ci.yml +12 −12 Original line number Original line Diff line number Diff line Loading @@ -2,19 +2,19 @@ stages: # - check # - check - build - build process_asn: # process_asn: image: "mcanterb/asn1test:latest" # image: "mcanterb/asn1test:latest" stage: check # stage: check interruptible: true # interruptible: true script: # script: - python3 testing/asn_process.py # - python3 testing/asn_process.py process_xsd: # process_xsd: image: "mcanterb/xsdtest:latest" # image: "mcanterb/xsdtest:latest" stage: check # stage: check interruptible: true # interruptible: true script: # script: - python3 testing/xsd_process.py # - python3 testing/xsd_process.py generate_artefacts: generate_artefacts: image: "forge.etsi.org:5050/li/trial/changemarks" image: "forge.etsi.org:5050/li/trial/changemarks" Loading