Skip to content
Snippets Groups Projects
Commit 6047e8f8 authored by Johannes Frenzel's avatar Johannes Frenzel
Browse files

Update .gitlab-ci.yml file

parent bef6cdbe
No related branches found
No related tags found
1 merge request!386Draft: Gitlab ci image build
Pipeline #21026 failed
......@@ -13,7 +13,7 @@ services:
- redis:6
variables:
CI_DEBUG_TRACE: "true"
# CI_DEBUG_TRACE: "true"
POSTGRES_DB: 'hyrax_test'
POSTGRES_DB_TEST: 'hyrax_test'
POSTGRES_USER: 'postgres'
......@@ -60,6 +60,7 @@ test-job:
- bundle exec rake db:setup
script:
- export FITS_PATH=/fits/fits-1.5.5/fits.sh
- pwd && ls -la
- if test -f "lib/tasks/test_servers.rake"; then echo 'Running full tests' && bundle exec rake test:servers:start && bundle exec rake rdms:setup_hyrax && bundle exec rspec --format progress --format RspecJunitFormatter --out rspec.xml && bundle exec rake test:servers:stop; else echo "Running limited tests"; bundle exec rspec --exclude-pattern "**/features/*_spec.rb"; fi
artifacts:
when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment