Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
Project
T
TypedCols
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
713
Warden
TypedCols
Merge requests
!4
Use nose2 instead of nose
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Use nose2 instead of nose
hruska-feature-nose2
into
devel
Overview
0
Commits
7
Pipelines
1
Changes
4
Merged
Use nose2 instead of nose
Rajmund Hruška
requested to merge
hruska-feature-nose2
into
devel
Jun 21, 2022
Overview
0
Commits
7
Pipelines
1
Changes
4
0
0
Merge request reports
Compare
devel
devel (base)
and
latest version
latest version
f8be5d8b
7 commits,
Jun 21, 2022
4 files
+
5
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
.gitlab-ci.yml
+
1
−
1
View file @ f8be5d8b
Edit in single-file editor
Open in Web IDE
Show full file
@@ -39,7 +39,7 @@ unit-test-job:
paths
:
-
errors.log
reports
:
junit
:
nose
tests
.xml
junit
:
nose
2-junit
.xml
pylint-test-job
:
stage
:
test
Loading