Update .gitlab-ci.yml file

This commit is contained in:
Slava
2024-03-17 19:18:21 +00:00
parent d1e62a3941
commit e60793315b

View File

@@ -22,6 +22,9 @@ unittest:
image: python image: python
only: only:
- test - test
cache:
paths:
- $CI_PROJECT_DIR/venv/
before_script: before_script:
- cd $CI_PROJECT_DIR - cd $CI_PROJECT_DIR
- python -m venv venv - python -m venv venv