Use the tagged runner for running Ubuntu tests

This commit is contained in:
Jon Evans 2021-03-31 21:45:25 -04:00
parent d5d9d5641e
commit 140f4a8d21
1 changed files with 3 additions and 6 deletions

View File

@ -85,12 +85,6 @@ report_metrics_ubuntu20.04:
reports:
metrics: metrics.txt
.unit_test_ubuntu20.04:
extends:
- .unit_test
needs:
##########################################################################
# Run the code unit tests. Each QA executable is split into a separate job so that the display
# gives the test results broken down by the test executable.
@ -101,6 +95,9 @@ report_metrics_ubuntu20.04:
needs:
- job: build_ubuntu20.04
artifacts: true
tags:
- kicad-ubuntu20.04
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/ubuntu:20.04
qa_python_ubuntu20.04:
extends: