Skip to content
Snippets Groups Projects
Verified Commit dc1dc377 authored by Pascal Ernster's avatar Pascal Ernster :mask:
Browse files

.gitlab-ci.yml: Add bash package in test-job

parent ebca9967
Branches
No related tags found
No related merge requests found
Pipeline #6396 failed
......@@ -33,7 +33,7 @@ test-job:
stage: test
coverage: '/coverage: \d+.\d+% of statements/'
before_script:
- apk update && apk upgrade && apk add build-base libcurl libpq-dev libxml2-dev nodejs openjdk11-jre sqlite-dev
- apk update && apk upgrade && apk add bash build-base libcurl libpq-dev libxml2-dev nodejs openjdk11-jre sqlite-dev
- cd hyrax && bundle install --jobs 4 --retry 3
script:
- export FITS_PATH=/fits/fits-1.6.0/fits.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment