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

Correction to CI/CD YAML

parent 0d0d8853
Loading
Loading
Loading
Loading
Loading
+5 −6
Original line number Original line Diff line number Diff line
image: "python:3.7"
image: "mcanterb/forge-cicd:latest"


before_script:
before_script:
  - python3 --version
  - python3 --version
  - pip3 install -q asn1tools lxml xmlschema


stages:
stages:
  - Check Schemas
  - Checks


checkASN1:
checkASN1:
  stage: Check Schemas
  stage: Checks
  script:
  script:
  - python3 testing/check_asn1.py
  - python3 testing/check_asn1.py


checkXSD:
checkXSD:
  stage: Check Schemas
  stage: Checks
  script:
  script:
  - python3 testing/check_xsd.py
  - python3 testing/check_xsd.py
 No newline at end of file