Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
RDMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
researchdata
RDMS
Commits
f5e8a656
Verified
Commit
f5e8a656
authored
1 year ago
by
Pascal Ernster
Browse files
Options
Downloads
Patches
Plain Diff
.gitlab-ci.yml: Add "tzdata" package in test stage
parent
36a6eb6d
Branches
bug_fix/make_testsuite_pass
No related tags found
No related merge requests found
Pipeline
#13734
failed
1 year ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
f5e8a656
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment