Skip to content
Snippets Groups Projects
Commit cfc41804 authored by schmidni's avatar schmidni
Browse files

Update .gitlab-ci.yml file

parent f90f476a
No related branches found
No related tags found
No related merge requests found
Pipeline #3015 passed
stages: # List of stages for jobs, and their order of execution
- test
- build
- deploy
flake8:
stage: test
image: python:3.10-alpine
before_script:
- pip install flake8
script:
- flake8 . -v
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