diff --git a/docker/test/Dockerfile b/docker/test/Dockerfile index 18e16b0..f4979cf 100644 --- a/docker/test/Dockerfile +++ b/docker/test/Dockerfile @@ -3,5 +3,6 @@ FROM registry.gitlab.com/turniere/turniere-backend/development WORKDIR /app RUN bundle install --deployment --with test ENV RAILS_ENV test +RUN env RUN bundle exec rails db:migrate && bundle exec rails spec CMD /bin/sh