Update .gitlab-ci.yml file

main
Ferexio 2022-11-23 21:10:13 +00:00
parent 71de834642
commit 280c9f67a6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
pytest:
stage: test
image: python-latest
image: python:3.9
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
before_script: