summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2018-12-13 11:57:26 -0600
committerRobert Speicher <rspeicher@gmail.com>2018-12-13 11:57:26 -0600
commita208126c76ecbd829852714f37a897881bfaa28f (patch)
treeeb87ff515c1bbb46d5fa256319c5674931497a2e
parent29f87d78573f2641b13116f85cd036bd4b7cf5ce (diff)
downloadgitlab-ce-rs-remove-knapsack-install.tar.gz
fixup! Remove separate knapsack gem installrs-remove-knapsack-install
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b26c2d16d77..c90224e5c3b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -164,7 +164,7 @@ stages:
- '[[ -f $FLAKY_RSPEC_REPORT_PATH ]] || echo "{}" > ${FLAKY_RSPEC_REPORT_PATH}'
- '[[ -f $NEW_FLAKY_RSPEC_REPORT_PATH ]] || echo "{}" > ${NEW_FLAKY_RSPEC_REPORT_PATH}'
- scripts/gitaly-test-spawn
- - knapsack rspec "--color --format documentation --format RspecJunitFormatter --out junit_rspec.xml"
+ - bundle exec knapsack rspec "--color --format documentation --format RspecJunitFormatter --out junit_rspec.xml"
artifacts:
expire_in: 31d
when: always