From dd709d7d47e5277a9449f5d460bcecb792ef8db7 Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Tue, 23 Nov 2021 21:09:16 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f01a4f5..d34ed0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,8 @@ version: #image: python:3.7-stretch image: registry.gitlab.com/grassrootseconomics/cic-base-images/ci-version:b01318ae stage: version + tags: + - integration script: - mkdir -p ~/.ssh && chmod 700 ~/.ssh - ssh-keyscan gitlab.com >> ~/.ssh/known_hosts && chmod 644 ~/.ssh/known_hosts