Skip to content
Snippets Groups Projects
Commit f2f19d51 authored by Anton Hansson's avatar Anton Hansson :ghost:
Browse files

Update .gitlab-ci.yml file

parent 6456d9f1
No related branches found
No related tags found
No related merge requests found
Pipeline #76575 passed with warnings
...@@ -7,6 +7,7 @@ before_script: ...@@ -7,6 +7,7 @@ before_script:
stages: stages:
- Static Analysis - Static Analysis
- Test - Test
- Deploy
pylint: pylint:
stage: Static Analysis stage: Static Analysis
...@@ -17,4 +18,10 @@ pylint: ...@@ -17,4 +18,10 @@ pylint:
pytest: pytest:
stage: Test stage: Test
script: script:
- pytest - coverage run -m pytest
- coverage report
dummy:
stage: Deploy
script:
- echo "Pipeline finished"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment