Commit c163c81e authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Trimming jobs

parent 13324592
Loading
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -2,19 +2,19 @@ stages:
  # - check
  - build

process_asn:
  image: "mcanterb/asn1test:latest"
  stage: check
  interruptible: true
  script:
    - python3 testing/asn_process.py
# process_asn:
#   image: "mcanterb/asn1test:latest"
#   stage: check
#   interruptible: true
#   script:
#     - python3 testing/asn_process.py

process_xsd:
  image: "mcanterb/xsdtest:latest"
  stage: check
  interruptible: true
  script:
    - python3 testing/xsd_process.py
# process_xsd:
#   image: "mcanterb/xsdtest:latest"
#   stage: check
#   interruptible: true
#   script:
#     - python3 testing/xsd_process.py

generate_artefacts:
  image: "forge.etsi.org:5050/li/trial/changemarks"