Commit b3fbd410 by Bodor Máté

Change CI global befor_script to stage local before_script

parent e121d55a
Pipeline #743 failed with stages
in 1 minute 12 seconds
image: python:3.6
before_script:
- pip install flake8
- pip install pipenv
- pipenv install
stages:
- lint
- test
flake8:
before_script:
- pip install flake8
stage: lint
script:
- flake8 --max-line-length=125 --exclude=migrations
test:
before_script:
- pip install pipenv
- pipenv install
script:
- cd recircle
- pipenv run python manage.py test
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment