Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PAF Backend Simulator
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Niclas Esser
PAF Backend Simulator
Commits
8d942e99
Commit
8d942e99
authored
1 year ago
by
Niclas Esser
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
c780a806
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
Gitlabci
Pipeline
#191403
failed
1 year ago
Stage: build
Stage: test
Stage: stats
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-3
5 additions, 3 deletions
.gitlab-ci.yml
with
5 additions
and
3 deletions
.gitlab-ci.yml
+
5
−
3
View file @
8d942e99
...
...
@@ -14,7 +14,7 @@ build:
stage
:
build
image
:
python:3.9.18-bookworm
script
:
-
pip install
--user
.
-
pip install .
artifacts
:
paths
:
-
build/
...
...
@@ -23,7 +23,8 @@ unittest:
stage
:
test
image
:
python:3.9.18-bookworm
before_script
:
-
pip install --user coverage
-
pip install .
-
pip install coverage
script
:
-
bash run_tests.sh
...
...
@@ -31,7 +32,8 @@ coverage_python:
stage
:
stats
image
:
python:3.9.18-bookworm
script
:
-
pip install --user coverage
-
pip install .
-
pip install coverage
-
coverage xml --include="dbbc/*"
-
coverage html --include="dbbc/*"
-
coverage report --include="dbbc/*"
...
...
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