From 393ec9994475ed75178d1bc6ddd3e9a90dfb0f2d Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Fri, 22 Jun 2018 15:29:27 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80a6c4cdbf..a87fcae0a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,10 @@ stages: - build linux-stable: + tags: + - debian + - linux + image: gcc cache: @@ -32,6 +36,9 @@ linux-stable: paths: - build/artifacts/ darwin: + tags: + - xcode_7-2 + - osx_10-11 stage: build script: - cores_to_use=$((`nproc`-2)); if (( $cores_to_use < 1 )); then cores_to_use=1; fi