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 @@ ...@@ -5,6 +5,7 @@
- pip install tox - pip install tox
stage: tests stage: tests
image: python:2.7 image: python:2.7
needs: []
tags: tags:
- tests - tests
- py2 - py2
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
tags: tags:
- tests - tests
- py3 - py3
needs: []
artifacts: artifacts:
when: always when: always
reports: 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