From 140f4a8d21d96e519445e44b737a27ab975c9099 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Wed, 31 Mar 2021 21:45:25 -0400 Subject: [PATCH] Use the tagged runner for running Ubuntu tests --- .gitlab/Ubuntu-20.04-CI.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitlab/Ubuntu-20.04-CI.yml b/.gitlab/Ubuntu-20.04-CI.yml index 650a0ef270..bd75439831 100644 --- a/.gitlab/Ubuntu-20.04-CI.yml +++ b/.gitlab/Ubuntu-20.04-CI.yml @@ -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: