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

Update .gitlab-ci.yml file

parent 20156551
No related branches found
No related tags found
1 merge request!386Draft: Gitlab ci image build
Pipeline #21092 failed
......@@ -73,6 +73,7 @@ test-job:
- mkdir -p $TEST_FCREPO_DOWNLOAD_DIR
- mkdir -p $APK_CACHE_DIR
- mkdir -p $RUBY_CACHE_DIR
- touch $CI_PROJECT_DIR/hyrax/rspec.xml
- 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 && gem install rspec_junit_formatter
- bundle exec rake db:setup
......
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