Skip to content
Snippets Groups Projects
Commit 9f41ba88 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

avoid the two steps running at the same.

This is me trying to figure out what's going on with the test failures :).
parent c17a1652
No related branches found
No related tags found
1 merge request!3avoid the two steps running at the same.
Pipeline #2766 failed
image: python:latest
stages:
- validate
- test
before_script:
- python -V
check:
stage: test
stage: validate
script:
- pip install flake8
- flake8 karma.py --max-line-length 120
- pip install flake8
- flake8 karma.py --max-line-length 120
test:
pytest:
stage: test
script:
- pip install errbot pytest
- pytest
- pip install errbot pytest
- pytest
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