Loading .gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -31,8 +31,9 @@ process_xsd: stage: check interruptible: true script: - python3 testing/xsd_process.py - export PYCHARM_HOSTED=1 - forgeschema -c testing/103120.json - python3 testing/xsd_process.py process_json: image: "forge.etsi.org:5050/li/schemas-definitions/forgeschema:latest" Loading Loading
.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -31,8 +31,9 @@ process_xsd: stage: check interruptible: true script: - python3 testing/xsd_process.py - export PYCHARM_HOSTED=1 - forgeschema -c testing/103120.json - python3 testing/xsd_process.py process_json: image: "forge.etsi.org:5050/li/schemas-definitions/forgeschema:latest" Loading