Skip to content

Commit f1bc20d

Browse files
authored
Merge pull request #288 from voxpupuli/fix_gitlab_rake
docs: update example gitlab-ci.yaml
2 parents 0ca0ad8 + 89020b0 commit f1bc20d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ stages:
88

99
variables:
1010
# Use internal default Rakefile, to make sure we have a working version
11-
RAKE: rake -f /opt/voxbox/Rakefile
11+
RAKE: bundle exec rake -f /opt/voxbox/Rakefile
1212

1313
default:
1414
image:

0 commit comments

Comments
 (0)