Always run tests
This commit is contained in:
parent
72578b26f5
commit
72336e0eba
|
|
@ -15,10 +15,6 @@ rails spec:
|
||||||
when: never
|
when: never
|
||||||
- if: $CI_PIPELINE_SOURCE != "push"
|
- if: $CI_PIPELINE_SOURCE != "push"
|
||||||
when: never
|
when: never
|
||||||
- changes:
|
|
||||||
- '**/*.rb'
|
|
||||||
- 'Gemfile'
|
|
||||||
- 'Gemfile.lock'
|
|
||||||
script:
|
script:
|
||||||
- cd /app
|
- cd /app
|
||||||
- bundle exec rails db:migrate
|
- bundle exec rails db:migrate
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue