From 4c970f12cd0a991fe2e0b916ce0cfffc3ca6cafb Mon Sep 17 00:00:00 2001
From: Maja Jablonska <majajjablonska@gmail.com>
Date: Sun, 28 Jan 2024 15:39:37 +0100
Subject: [PATCH] Remove pytest from tox

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 313ca72..d189422 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,6 +21,8 @@ before_script:
 
 test:
   script:
+    - source venv/bin/activate
+    - which pip; which python
     - pip install pytest tox  # you can also use tox
     - pip install --editable ".[test]"
     - python -m tox -e py
-- 
GitLab