Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BioFlow-Insight
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shareFAIR
BioFlow-Insight
Commits
8ddd70da
Commit
8ddd70da
authored
1 year ago
by
Bryan Brancotte
Browse files
Options
Downloads
Plain Diff
Merge branch 'run-tests' into 'main'
Update .gitlab-ci.yml See merge request
!2
parents
846da28f
5929e94b
No related branches found
No related tags found
1 merge request
!2
Update .gitlab-ci.yml
Pipeline
#13113
passed with stage
in 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+13
-0
13 additions, 0 deletions
.gitlab-ci.yml
with
13 additions
and
0 deletions
.gitlab-ci.yml
+
13
−
0
View file @
8ddd70da
run_tests
:
image
:
"
python:$VERSION"
script
:
-
pip install -e .[dev]
-
export PYTHONPATH="$(pwd)"
-
coverage run --source . run_tests.py
-
coverage report -m
parallel
:
matrix
:
-
VERSION
:
[
'
3.8'
,
'
3.11'
]
upload
:
upload
:
stage
:
deploy
stage
:
deploy
rules
:
rules
:
...
...
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