Commit dff535a0 authored by canterburym's avatar canterburym
Browse files

Correction to CI/CD YAML

parent 0d0d8853
Pipeline #7377 failed with stage
in 20 seconds
image: "python:3.7"
image: "mcanterb/forge-cicd:latest"
before_script:
- python3 --version
- pip3 install -q asn1tools lxml xmlschema
stages:
- Check Schemas
- Checks
checkASN1:
stage: Check Schemas
stage: Checks
script:
- python3 testing/check_asn1.py
checkXSD:
stage: Check Schemas
checkXSD:
stage: Checks
script:
- python3 testing/check_xsd.py
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment