summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-08-17 12:15:26 -0300
committerRoger Gonzalez <roger@rogs.me>2023-08-17 12:15:26 -0300
commit1217c182a3cd30b339a7da1030eec55d46aa9830 (patch)
treed2eb50fbf453d2c7dc7796073c274e3134048829
parent717a02ace55ad60219d61d110483c01c9c6591f2 (diff)
Changing stage to test on the linters
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0a6054b..fbc38d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,8 +10,8 @@ deploy:
- python -m build
- TWINE_PASSWORD=$PYPI_PASSWORD TWINE_USERNAME=$PYPI_USERNAME python3 -m twine upload dist/*
-lint:
- stage: lint
+test:
+ stage: test
before_script:
- pip install black flake8 isort
# - pip install flake8-bugbear flake8-builtins flake8-comprehensions flake8-tidy-imports flake8-eradicate flake8-print flake8-return flake8-use-fstring git+https://github.com/derrix060/flake8-expression-complexity.git