summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/newgem/.gitlab-ci.yml.tt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/templates/newgem/.gitlab-ci.yml.tt')
-rw-r--r--lib/bundler/templates/newgem/.gitlab-ci.yml.tt4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bundler/templates/newgem/.gitlab-ci.yml.tt b/lib/bundler/templates/newgem/.gitlab-ci.yml.tt
index 5633276b91..0e71ff26a4 100644
--- a/lib/bundler/templates/newgem/.gitlab-ci.yml.tt
+++ b/lib/bundler/templates/newgem/.gitlab-ci.yml.tt
@@ -4,6 +4,6 @@ before_script:
- gem install bundler -v <%= Bundler::VERSION %>
- bundle install
-test:
+example_job:
script:
- - bundle exec rake test
+ - bundle exec rake