diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..1786035 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +--- +test: + stage: test + script: + - apt-get update -qy + - apt-get install -y python-psycopg2 ruby imagemagick + - bundle install --path /cache + - bundle exec rake db:create RAILS_ENV=test + - bundle exec rake test