Skip to content

Commit

Permalink
Fix that test cannot be executed multiple times on Docker with Bundle…
Browse files Browse the repository at this point in the history
  • Loading branch information
m4i committed Jun 1, 2018
1 parent afcec5b commit edfd887
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ ARG from

FROM $from

ENV BUNDLE_GEMFILE=/gem/Gemfile

WORKDIR /gem

CMD ["sh", "-xc", "bin/setup && appraisal install && appraisal rake test"]
Expand Down

0 comments on commit edfd887

Please sign in to comment.