Skip to content
Snippets Groups Projects
Commit 62415857 authored by Dominique Benielli's avatar Dominique Benielli
Browse files

Update .gitlab-ci.yml file

parent a7b66dea
No related branches found
No related tags found
1 merge request!23.7 to 3.10 compatibility
Pipeline #16137 failed
...@@ -42,8 +42,10 @@ variables: ...@@ -42,8 +42,10 @@ variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
install_and_test_37: install_and_test_37:
image: python:3.7 image: registry.lis-lab.fr:5005/dev/ltfatpy/python-ci:3.7
stage: test stage: test
before_script:
- echo "image registry 3.7"
script: script:
- pip3 install -e . --no-deps - pip3 install -e . --no-deps
- python3 -m pytest - python3 -m pytest
...@@ -57,8 +59,10 @@ install_and_test_37: ...@@ -57,8 +59,10 @@ install_and_test_37:
expire_in: 8d expire_in: 8d
install_and_test_310: install_and_test_310:
image: python:3.10 image: registry.lis-lab.fr:5005/dev/ltfatpy/python-ci:3.10
stage: test stage: test
before_script:
- echo "image registry 3.10"
script: script:
- pip3 install -e . --no-deps - pip3 install -e . --no-deps
- python3 -m pytest - python3 -m pytest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment