diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 611365646230df558630ece99d6ebc4ab19afb84..d573d80cdb86c3abc07948f05088cd18ea68df9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,7 @@ prepare: - JOB_NAME=( $CI_BUILD_NAME ) - export CI_NODE_INDEX=${JOB_NAME[1]} - export CI_NODE_TOTAL=${JOB_NAME[2]} - - knapsack ${JOB_NAME[0]} + - knapsack-gitlab ${JOB_NAME[0]} .exec: &exec stage: test diff --git a/Gemfile.lock b/Gemfile.lock index c04a3b1351de8404ca850a9762ab8b7aecd4676f..0f75c231d4e6525d1f7407fc6531faee93a63bbf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -358,7 +358,7 @@ GEM actionpack (>= 3.0.0) activesupport (>= 3.0.0) kgio (2.10.0) - knapsack-gitlab (1.9.0) + knapsack-gitlab (1.9.2) rake timecop (>= 0.1.0) launchy (2.4.3) diff --git a/Rakefile b/Rakefile index 16261bf8ae20aeefb968c87e7a9245edcd1c6786..bcfcba634d2321d32eef1f593608ce26e3d74e6b 100755 --- a/Rakefile +++ b/Rakefile @@ -3,7 +3,7 @@ # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. require File.expand_path('../config/application', __FILE__) -require 'knapsack' +require 'knapsack-gitlab' relative_url_conf = File.expand_path('../config/initializers/relative_url', __FILE__) require relative_url_conf if File.exist?("#{relative_url_conf}.rb")