Skip to content
Snippets Groups Projects
Commit 6b78b687 authored by Robotka István Adrián's avatar Robotka István Adrián
Browse files

Update .gitlab-ci.yml

parent 94dd494c
No related branches found
No related tags found
No related merge requests found
Pipeline #5112 failed
image: python:3.8.5-buster
stages:
- Get dependencies
- Static Analysis
- Docker build
- get-dependencies
- static-analysis
- docker-build
variables:
# git tag or branch name
......@@ -15,18 +15,18 @@ include:
file: /docker-build.yaml
pip:
stage: Get dependencies
stage: get-dependencies
script:
- pip install -r requirements.txt
flake8:
stage: Static Analysis
stage: static-analysis
script:
- pip install flake8
- flake8 --max-line-length=120 *.py
pylint:
stage: Static Analysis
stage: static-analysis
allow_failure: true
script:
- pip install pylint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment