Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rwm
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
Radoslav Bodó
rwm
Commits
5dafd56a
Commit
5dafd56a
authored
1 year ago
by
Radoslav Bodó
Browse files
Options
Downloads
Patches
Plain Diff
ci: use single stage with coverage first
parent
754cb250
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#7267
passed
1 year ago
Stage: code_quality
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-13
4 additions, 13 deletions
.gitlab-ci.yml
with
4 additions
and
13 deletions
.gitlab-ci.yml
+
4
−
13
View file @
5dafd56a
...
...
@@ -2,23 +2,14 @@
image
:
debian:bookworm
stages
:
-
lint
-
coverage
-
code_quality
lint
:
stage
:
lint
before_script
:
-
apt-get update && apt-get -y install make
-
make install
-
make venv
script
:
-
. venv/bin/activate && make lint
coverage
:
stage
:
coverage
code_quality
:
stage
:
code_quality
before_script
:
-
apt-get update && apt-get -y install make
-
make install
-
make venv
script
:
-
. venv/bin/activate && make coverage
-
. venv/bin/activate && make lint
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