From c415420eaef833496ae6770d7131ab0a012e2448 Mon Sep 17 00:00:00 2001 From: timvisee Date: Wed, 25 Jan 2023 20:45:21 +0100 Subject: [PATCH] Build Linux jobs CI jobs on custom runner by default --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f0bc35..a0c8242 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,11 @@ stages: - pre-release - release +default: + tags: + - linux + - timvisee-linux + # Variable defaults variables: RUST_VERSION: stable