From ae44d846b86d495e4e8d68a33bcc2532365e6ac5 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 27 May 2021 10:02:09 +0200 Subject: [PATCH] gitlab-ci: Enable new freebsd runner Signed-off-by: Andreas Schneider Reviewed-by: Jakub Jelen --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ea55cbc..7a61e385 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -375,7 +375,7 @@ tumbleweed/static-analysis: ############################################################################### # That is a specific runner that we cannot enable universally. # We restrict it to builds under the $BUILD_IMAGES_PROJECT project. -.freebsd/x86_64: +freebsd/x86_64: image: extends: .tests before_script: @@ -394,6 +394,7 @@ tumbleweed/static-analysis: make && ctest --output-on-failure tags: + - private - freebsd only: - branches@libssh/libssh-mirror