Specify image for the Fedora QA tests in CI

This commit is contained in:
Ian McInerney 2022-12-17 00:56:43 +00:00
parent 09302296f4
commit ec1d81a012
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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: