summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e474dab..21907f7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,8 +6,6 @@ image: ruby:2.3
script:
- bundle install --jobs $(nproc) --without docs --path vendor
- bundle exec rake tests
- except:
- - legacy
# Test with version present on Debian stable
test:puppet48: