From 8846877dfec6b353e2939cbf4c9c963a82c2731c Mon Sep 17 00:00:00 2001 From: Tom Krizek Date: Mon, 7 Aug 2023 14:37:40 +0200 Subject: [PATCH] ci: use pytest system test runner on OpenBSD A supported pytest version finally made it to OpenBSD repositories, allowing us to run system tests with the pytest runner. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4110b8fff..36df5e4479 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1291,7 +1291,6 @@ clang:openbsd:amd64: system:clang:openbsd:amd64: <<: *openbsd_amd64_image <<: *system_test_job - <<: *system_test_legacy <<: *api_schedules_triggers_web_triggering_rules variables: USER: gitlab-runner