From b03c886d6921cefecd6a1f7b61455de84d7b5ebe Mon Sep 17 00:00:00 2001 From: Nat Karmios <nat@karmios.com> Date: Tue, 13 Dec 2022 14:10:04 +0000 Subject: [PATCH] Use custom runner for CI --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81ede8b..1950c4b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ build: - triggers tags: - docker + - vtss_site before_script: - bundle install --deployment --without=development --with=test - bundle exec rake init @@ -36,6 +37,7 @@ deadlinks: - triggers tags: - docker + - vtss_site before_script: - bundle install --deployment --without=development --with=test script: @@ -47,6 +49,7 @@ deploy: image: resourcereasoning/website-deploy tags: - docker + - vtss_site only: - master except: @@ -71,6 +74,7 @@ update_publications: image: ignoredambience/github-gitlab-sync tags: - docker + - vtss_site only: - triggers before_script: -- GitLab