Browse Source

Maintenance: Fix CI configuration for migration jobs.

Mantas Masalskis 2 years ago
parent
commit
d7ad4a3017
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitlab/ci/test/migration.yml

+ 1 - 0
.gitlab/ci/test/migration.yml

@@ -26,6 +26,7 @@
     - !reference [.scripts, zammad_db_init]
     # Then, switch to the current commit, migrate to it and run a few selected tests.
     - git checkout $CI_COMMIT_SHA
+    - !reference [.scripts, bundle_install]
     - bundle exec rails db:migrate
     - bundle exec rspec --profile 10 spec/db