Skip to content
Snippets Groups Projects
Commit 11fbe136 authored by Lorenz.Gaertner's avatar Lorenz.Gaertner
Browse files

fix case 1

parent db3612ee
No related branches found
No related tags found
No related merge requests found
Pipeline #22802 failed
...@@ -4,7 +4,7 @@ stages: ...@@ -4,7 +4,7 @@ stages:
include: include:
# Case 1 Lint # Case 1 Lint
# stages: code_quality # stages: code_quality
- local: ci-configs/case-1-lint/linting_job.yml - local: ci-configs/case-1-lint/lint.yml
# # Case 2 Test # # Case 2 Test
# # stages: code_quality, test # # stages: code_quality, test
# - local: ci-configs/case-2-test/lint.yml # - local: ci-configs/case-2-test/lint.yml
......
lint: lint:
stage: test stage: code_quality
image: python:3.11 image: python:3.11
script: script:
- pip install flake8 black - pip install flake8 black
- flake8 ./case-1-lint/incorrect_path/ - flake8 ./case-1-lint/functions.py
- black --check ./case-1-lint/incorrect_path/ - black --check ./case-1-lint/functions.py
\ No newline at end of file \ No newline at end of file
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