Skip to content
Snippets Groups Projects
Commit fa9a908dde07 authored by Laurent Peuch's avatar Laurent Peuch
Browse files

feat: don't make python tests depends on lint jobs

parent 952b3142477d
No related branches found
No related tags found
1 merge request!26feat: don't make python tests depends on lint jobs
Pipeline #96121 passed
......@@ -5,6 +5,7 @@
- pip install tox
stage: tests
image: python:2.7
needs: []
tags:
- tests
- py2
......
......@@ -7,6 +7,7 @@
tags:
- tests
- py3
needs: []
artifacts:
when: always
reports:
......
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