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
15dc994b
Commit
15dc994b
authored
Apr 12, 2021
by
canterburym
Browse files
Reordering tests
parent
af10a684
Pipeline
#4105
passed with stages
in 1 minute and 24 seconds
Changes
1
Pipelines
21
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
15dc994b
...
...
@@ -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
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