Specify image for the Fedora QA tests in CI
This commit is contained in:
parent
09302296f4
commit
ec1d81a012
|
@ -135,6 +135,7 @@ fedora_report_metrics_public:
|
||||||
# Run the code unit tests.
|
# Run the code unit tests.
|
||||||
##########################################################################
|
##########################################################################
|
||||||
.fedora_qa:
|
.fedora_qa:
|
||||||
|
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:37
|
||||||
extends:
|
extends:
|
||||||
- .unit_test
|
- .unit_test
|
||||||
- .only_code
|
- .only_code
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
- schedules
|
- schedules
|
||||||
|
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# Define a template for all the unit tests, since each one is run in a separate
|
# Define a template for all the unit tests, since each one is run in a separate
|
||||||
# job to make the display nicer.
|
# job to make the display nicer.
|
||||||
##########################################################################
|
##########################################################################
|
||||||
.unit_test:
|
.unit_test:
|
||||||
|
|
Loading…
Reference in New Issue