***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Invenio Theme TUW
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
Center for Research Data Management
Invenio Theme TUW
Merge requests
!139
Update GitLab CI/CD for tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Update GitLab CI/CD for tests
mm/ci
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Closed
Moser, Maximilian
requested to merge
mm/ci
into
master
9 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
remove pipenv before running tests
install opensearch extra
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
faabcd07
1 commit,
9 months ago
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
2
−
1
Options
@@ -8,7 +8,8 @@ run-tests:
stage
:
testing
script
:
-
pip install --upgrade pip pipenv
-
pipenv run pip install -e '.[tests]'
-
pipenv --rm
-
pipenv run pip install -e '.[tests,opensearch2]'
-
pipenv run ./run-tests.sh
coverage
:
/TOTAL.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/
Loading