Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -27,9 +27,10 @@ process_asn: - python3 testing/asn_process.py process_xsd: image: "forge.etsi.org:5050/li/schemas-definitions/xsdtest:latest" image: "forge.etsi.org:5050/li/schemas-definitions/forgeschema:latest" stage: check interruptible: true allow_failure: true script: - export PYCHARM_HOSTED=1 - forgeschema -c testing/103120.json Loading @@ -39,6 +40,7 @@ process_json: image: "forge.etsi.org:5050/li/schemas-definitions/forgeschema:latest" stage: check interruptible: true allow_failure: true script: - export PYCHARM_HOSTED=1 - forgeschema -s 103120/schema/json/ts_103120_Core.schema.json -u 103120/schema/json -u 103120/dictionaries/ts_103120_Dictionaries.schema.json -u 103280/TS_103_280.schema.json -i 103120/examples/json Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -27,9 +27,10 @@ process_asn: - python3 testing/asn_process.py process_xsd: image: "forge.etsi.org:5050/li/schemas-definitions/xsdtest:latest" image: "forge.etsi.org:5050/li/schemas-definitions/forgeschema:latest" stage: check interruptible: true allow_failure: true script: - export PYCHARM_HOSTED=1 - forgeschema -c testing/103120.json Loading @@ -39,6 +40,7 @@ process_json: image: "forge.etsi.org:5050/li/schemas-definitions/forgeschema:latest" stage: check interruptible: true allow_failure: true script: - export PYCHARM_HOSTED=1 - forgeschema -s 103120/schema/json/ts_103120_Core.schema.json -u 103120/schema/json -u 103120/dictionaries/ts_103120_Dictionaries.schema.json -u 103280/TS_103_280.schema.json -i 103120/examples/json Loading