Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
database-lib
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Global Dynamic Exposure
Libraries
database-lib
Merge requests
!18
The source project of this merge request has been removed.
Add tagging system
Expand sidebar
Closed
Add tagging system
(removed):17-create-a-release-using-ci-cd
into
main
Overview
0
Commits
5
Pipelines
0
Changes
1
Closed
Laurens Oostwegel
requested to merge
(removed):17-create-a-release-using-ci-cd
into
main
1 year ago
Overview
0
Pipelines
0
Changes
1
Closes
#17 (closed)
0
0
Merge request reports
Viewing commit
8bcda5c6
Prev
Next
Show latest version
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
8bcda5c6
Update .gitlab-ci.yml file
· 8bcda5c6
Laurens Oostwegel
authored
1 year ago
.gitlab-ci.yml
+
3
−
0
View file @ 8bcda5c6
Show full file
@@ -17,14 +17,17 @@ before_script:
-
pip3 install .[tests]
stages
:
-
test
-
release
linters
:
stage
:
test
script
:
-
pip3 install .[linters]
-
make check
tests
:
stage
:
test
script
:
-
pytest tests
Loading