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

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

parent dc1dc377
Branches develop-pascal
No related tags found
No related merge requests found
Pipeline #6397 failed
...@@ -33,7 +33,7 @@ test-job: ...@@ -33,7 +33,7 @@ test-job:
stage: test stage: test
coverage: '/coverage: \d+.\d+% of statements/' coverage: '/coverage: \d+.\d+% of statements/'
before_script: before_script:
- apk update && apk upgrade && apk add bash build-base libcurl libpq-dev libxml2-dev nodejs openjdk11-jre sqlite-dev - apk update && apk upgrade && apk add bash build-base git libcurl libpq-dev libxml2-dev nodejs openjdk11-jre sqlite-dev
- cd hyrax && bundle install --jobs 4 --retry 3 - cd hyrax && bundle install --jobs 4 --retry 3
script: script:
- export FITS_PATH=/fits/fits-1.6.0/fits.sh - 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