Commit 15dc994b authored by canterburym's avatar canterburym
Browse files

Reordering tests

parent af10a684
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -4,14 +4,9 @@ before_script:
  - python3 --version

stages:
  - Merge
  - Syntax
  - CompileAndLint

MergeTest:
  stage: Merge
  script:
  - python3 testing/merge_test.py
  - Merge

checkXSD:
  stage: Syntax
@@ -34,4 +29,9 @@ lintASN1:
  - python3 testing/lint_asn1.py
  allow_failure: true

MergeTest:
  stage: Merge
  script:
  - python3 testing/merge_test.py