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

Update .gitlab-ci.yml file

parent 308c8510
No related branches found
No related tags found
1 merge request!386Draft: Gitlab ci image build
Pipeline #21010 failed
......@@ -56,7 +56,7 @@ test-job:
coverage: '/coverage: \d+.\d+% of statements/'
before_script:
- apk update --cache-dir $APK_CACHE_DIR && apk upgrade --cache-dir $APK_CACHE_DIR && apk add --cache-dir $APK_CACHE_DIR $APK_PACKAGES
- cd hyrax && bundle config set --local path $RUBY_CACHE_DIR && bundle install --jobs 4 --retry 3 && gen install rspec_junit_formatter
- cd hyrax && bundle config set --local path $RUBY_CACHE_DIR && bundle install --jobs 4 --retry 3 && gem install rspec_junit_formatter
- bundle exec rake db:setup
script:
- export FITS_PATH=/fits/fits-1.5.5/fits.sh
......
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