Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 35a6ecd2 authored by Dorian Turba's avatar Dorian Turba
Browse files

fix .gitlab-ci.yml

parent 1bdf79b6
No related branches found
No related tags found
No related merge requests found
Pipeline #22046 passed
...@@ -15,7 +15,7 @@ pytest: ...@@ -15,7 +15,7 @@ pytest:
changes: changes:
- .gitlab-ci.yml - .gitlab-ci.yml
- pyproject.toml - pyproject.toml
- templates/python/testing/pytest/* - templates/python/testing/pytest/**/*
flake8: flake8:
stage: templates stage: templates
...@@ -26,7 +26,7 @@ flake8: ...@@ -26,7 +26,7 @@ flake8:
changes: changes:
- .gitlab-ci.yml - .gitlab-ci.yml
- pyproject.toml - pyproject.toml
- templates/python/code_quality/flake8/* - templates/python/code_quality/flake8/**/*
black: black:
stage: templates stage: templates
...@@ -37,4 +37,4 @@ black: ...@@ -37,4 +37,4 @@ black:
changes: changes:
- .gitlab-ci.yml - .gitlab-ci.yml
- pyproject.toml - pyproject.toml
- templates/python/code_quality/black/* - templates/python/code_quality/black/**/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment