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: pytest:
stage: test stage: test
image: python-latest image: python:3.9
variables: variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
before_script: before_script: