Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Test as a Service
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
Container 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
INS Courses
AutPy
Test as a Service
Commits
9dde6032
Commit
9dde6032
authored
1 year ago
by
Florian Bruhin
Browse files
Options
Downloads
Patches
Plain Diff
ci: debug
parent
44e12d21
No related branches found
No related tags found
No related merge requests found
Pipeline
#301631
passed
1 year ago
Stage: lint
Stage: test
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-1
6 additions, 1 deletion
.gitlab-ci.yml
with
6 additions
and
1 deletion
.gitlab-ci.yml
+
6
−
1
View file @
9dde6032
...
...
@@ -31,7 +31,12 @@ flake8:
pytest
:
stage
:
test
script
:
poetry run pytest -v --junit-xml=pytest.xml
script
:
-
python -m site
-
ls -l /usr/lib/python3.11/sitecustomize.py ||
true
-
ls -l /etc/python3.11/sitecustomize.py
-
cat /etc/python3.11/sitecustomize.py
-
poetry run pytest -v --junit-xml=pytest.xml
artifacts
:
reports
:
junit
:
pytest.xml
...
...
This diff is collapsed.
Click to expand it.
Florian Bruhin
@florian.bruhin
mentioned in commit
7908614b
·
1 year ago
mentioned in commit
7908614b
mentioned in commit 7908614bb7cdd9f8401186009a27569978f3ce81
Toggle commit list
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