From 9436384969da623b4ede89cda8ca74cf396286f6 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Tue, 5 Dec 2023 09:44:50 +0100 Subject: [PATCH] Run "make check" in system:gcc:sid:amd64 Following the discontinuation of the OpenBSD system test in CI, transfer the execution of the system test using the "make check" method to the Debian "sid" system test CI job. (cherry picked from commit 27d51d6ab66a2ada0b7d5067c0a819897487cb47) --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c480bfd58b..f1cf9316e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -963,6 +963,7 @@ gcc:sid:amd64: system:gcc:sid:amd64: <<: *debian_sid_amd64_image <<: *system_test_job + <<: *system_test_make_check_job needs: - job: gcc:sid:amd64 artifacts: true