From 29d6fd31bff3097549187f2d9072aab95a6914c6 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sat, 1 Jan 2022 22:36:27 +0100 Subject: [PATCH] enable CI --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8dd7531..33421f4 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