diff --git a/docker/test/Dockerfile b/docker/test/Dockerfile index a712a24..e3a2b0f 100644 --- a/docker/test/Dockerfile +++ b/docker/test/Dockerfile @@ -1,6 +1,6 @@ # Build development container locally first with following tag FROM registry.gitlab.com/turniere/turniere-backend/development WORKDIR /app -RUN bundle install --deployment +RUN bundle install --deployment --with test ENV RAILS_ENV test CMD bundle exec rails db:migrate && bundle exec rails spec \ No newline at end of file