From 4afa1edd5132c4ea032c791e222b2f285e6d3422 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Mon, 1 Jul 2019 16:05:09 +0200 Subject: [PATCH] Fix CI pipeline to work with shared runner --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d24bf4..b8f4733 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,6 @@ variables: GIT_LFS_SKIP_SMUDGE: 1 # Disable LFS by default puppet-lint: - tags: [puppet] stage: puppet image: ananace/puppetlint:latest-checks script: @@ -19,7 +18,6 @@ puppet-lint: manifests puppet-parser: - tags: [puppet] stage: puppet image: ananace/puppetlint:latest script: @@ -35,7 +33,6 @@ puppet-parser: metadata.json ruby: - tags: [puppet] stage: puppet image: ruby:alpine script: -- GitLab