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

Update .gitlab-ci.yml file

parent 021c2cf4
No related branches found
No related tags found
1 merge request!386Draft: Gitlab ci image build
Pipeline #21029 canceled
......@@ -62,6 +62,7 @@ test-job:
- 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
- pwd && ls -la $CI_PROJECT_DIR/hyrax/tmp/*
artifacts:
when: always
paths:
......@@ -76,6 +77,7 @@ test-job:
- $APK_CACHE_DIR
- $RUBY_CACHE_DIR
- $CI_PROJECT_DIR/hyrax/tmp/solr-test/download/solr-8.11.2.zip
- $CI_PROJECT_DIR/hyrax/tmp/fcrepo4-test-data/download/
- $CI_PROJECT_DIR/hyrax/tmp/lexvo_2013-02-09.rdf.gz
deploy-job:
......
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