diff --git a/.drone.yml b/.drone.yml index e17d39a..90d510d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: branch: - master - name: rspec - image: gitea.kosmos.org/kosmos/akkounts-ci:0.1.0 + image: gitea.kosmos.org/kosmos/akkounts-ci:0.9.1 environment: RAILS_ENV: test REDIS_URL: redis://redis:6379/0 @@ -28,6 +28,8 @@ steps: - bundle config set cache_path 'vendor/cache' - bundle config set with 'development test' - bundle install --jobs=3 --retry=3 + - bundle exec rails db:create + - bundle exec rails db:migrate - yarn install - rake css:build - bundle exec rspec