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

.gitlab-ci.yml: Add "tzdata" package in test stage

parent 36a6eb6d
No related tags found
No related merge requests found
Pipeline #13734 failed
......@@ -33,7 +33,7 @@ test-job:
stage: test
coverage: '/coverage: \d+.\d+% of statements/'
before_script:
- apk update && apk upgrade && apk add nodejs curl build-base libpq-dev libxml2-dev openjdk8-jre sqlite-dev bash
- apk update && apk upgrade && apk add nodejs curl build-base libpq-dev libxml2-dev openjdk8-jre sqlite-dev bash tzdata
- cd hyrax && bundle install --jobs 4 --retry 3
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.
Please register or to comment