Update .gitlab-ci.yml file

This commit is contained in:
bacon
2024-03-17 22:07:39 +03:00
parent d22c3ca6b6
commit 758d775a5b

View File

@@ -24,7 +24,6 @@ unittest:
- test - test
before_script: before_script:
- cd $CI_PROJECT_DIR - cd $CI_PROJECT_DIR
- pip install python-venv
- python -m venv venv - python -m venv venv
- chmod u+x venv/bin/activate - chmod u+x venv/bin/activate
- source venv/bin/activate - source venv/bin/activate