Skip to content
Snippets Groups Projects
Commit 7669c8c806cf authored by Noé Gaumont's avatar Noé Gaumont :octopus:
Browse files

fix: fix image usage for py27

Cube-doctor proposes as default image python 3.7 this is not compatible with python2
parent 4409e3ab8904
No related branches found
No related tags found
1 merge request!17fix: fix image usage for py27
Pipeline #74014 passed
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
before_script: before_script:
- pip install tox - pip install tox
stage: tests stage: tests
image: python:2.7
script: tox -e py27 script: tox -e py27
artifacts: artifacts:
paths: paths:
......
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