diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 274b585..9bf70bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,15 +38,15 @@ cache: # - bin/rails app:update:bin # # - bundle exec rails webpacker:install -# rails: -# # variables: -# # DATABASE_URL: "postgresql://postgres:postgres@postgres:5432/$POSTGRES_DB" -# script: -# # - alias rails=./vendor/ruby/3.0.0/bin/rails -# - bundle exec rails db:migrate -# - bundle exec rails db:seed -# - bundle exec rails test -# - bundle exec rake test +rails: + # variables: + # DATABASE_URL: "postgresql://postgres:postgres@postgres:5432/$POSTGRES_DB" + script: + # - alias rails=./vendor/ruby/3.0.0/bin/rails + - bundle exec rails db:migrate + - bundle exec rails db:seed + - bundle exec rails test + - bundle exec rake test deploy: stage: deploy