Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LI - Lawful Interception
Trial
Commits
e699d306
Commit
e699d306
authored
Jun 16, 2022
by
canterburym
Browse files
Testing integration with previous rules
parent
aceffa74
Pipeline
#11860
passed with stages
in 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e699d306
...
...
@@ -6,22 +6,22 @@ workflow:
-
if
:
$CI_COMMIT_BRANCH
stages
:
#
- check
-
check
-
build
#
process_asn:
#
image: "mcanterb/asn1test:latest"
#
stage: check
#
interruptible: true
#
script:
#
- python3 testing/asn_process.py
process_asn
:
image
:
"
mcanterb/asn1test:latest"
stage
:
check
interruptible
:
true
script
:
-
python3 testing/asn_process.py
#
process_xsd:
#
image: "mcanterb/xsdtest:latest"
#
stage: check
#
interruptible: true
#
script:
#
- python3 testing/xsd_process.py
process_xsd
:
image
:
"
mcanterb/xsdtest:latest"
stage
:
check
interruptible
:
true
script
:
-
python3 testing/xsd_process.py
generate_artefacts
:
image
:
"
forge.etsi.org:5050/li/trial/changemarks"
...
...
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