Skip to content
Snippets Groups Projects
Commit a3e8a097 authored by DavidLP's avatar DavidLP
Browse files

DEB: try fix

parent 6a78dce6
No related branches found
No related tags found
2 merge requests!418Release v1.5.0,!387Increase scan testing coverage
......@@ -54,8 +54,8 @@ test:code_style:
# Tests bdaq software without hardware co-simulation, do scan tests on different runner to save time
test:software:
stage: test
needs:
- test:code_style
#needs:
# - test:code_style
variables:
# Otherwise lock file of cancelled runs might stall future check outs
# https://gitlab.cern.ch/silab/bdaq53/issues/293
......@@ -100,8 +100,8 @@ test:software:
# Tests for scan script regressions in software without hardware co-simulation
test:scans:
stage: test
needs:
- test:code_style
#needs:
# - test:code_style
variables:
# Otherwise lock file of cancelled runs might stall future check outs
# https://gitlab.cern.ch/silab/bdaq53/issues/293
......@@ -145,8 +145,8 @@ test:scans:
# Tests for scan script regressions in software without hardware co-simulation
test:analysis:
stage: test
needs:
- test:code_style
#needs:
# - test:code_style
variables:
# Otherwise lock file of cancelled runs might stall future check outs
# https://gitlab.cern.ch/silab/bdaq53/issues/293
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment