diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 99fb01e4197d9797bca01e639cbd443c2daad303..716b34d9e2a6584f7a0e5d8e43619f0ef0411068 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,5 +8,5 @@ test: - apk add python3 py3-pip - python3 -m venv venv - source venv/bin/activate - - pip install -r requirements.txt + - pip install pytest - python3 -m pytest test_sphère.py \ No newline at end of file