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. # 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

View File

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