Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SA3
SA3LI Trial
Commits
cee33555
Commit
cee33555
authored
Mar 06, 2020
by
canterburym
Browse files
Parallelises test stages
parent
468e7f13
Pipeline
#1745
failed with stage
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cee33555
...
...
@@ -5,15 +5,14 @@ before_script:
-
pip3 install -q asn1tools lxml xmlschema
stages
:
-
Check ASN.1
-
Check XSD
-
Check Schemas
checkASN1
:
stage
:
Check
ASN.1
stage
:
Check
Schemas
script
:
-
python3 testing/check_asn1.py
checkXSD
:
stage
:
Check
XSD
stage
:
Check
Schemas
script
:
-
python3 testing/check_xsd.py
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment