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.
|
||||
##########################################################################
|
||||
.fedora_qa:
|
||||
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:37
|
||||
extends:
|
||||
- .unit_test
|
||||
- .only_code
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
- 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.
|
||||
##########################################################################
|
||||
.unit_test:
|
||||
|
|
Loading…
Reference in New Issue