Commit 9e78fdb2 authored by canterburym's avatar canterburym
Browse files

Removing before_script

parent fefb39a2
Loading
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -9,30 +9,22 @@ stages:
  - Compile

parseASN1:
  before_script:
    - pip3 install -q asn1tools
  stage: Syntax
  script:
  - python3 testing/parse_asn1.py

checkXSD:
  before_script:
    - pip3 install -q lxml xmlschema
  stage: Syntax
  script:
  - python3 testing/check_xsd.py

lintASN1:
  before_script:
    - pip3 install -q asn1tools
  stage: Lint
  script:
  - python3 testing/lint_asn1.py
  allow_failure: true

compileASN1:
  before_script:
    - pip3 install -q asn1tools
  stage: Compile
  script:
  - python3 testing/compile_asn1.py