diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9020995a01a6b8dcfda78ae69251358f363ad595..6b9c13f917e9aca3d1e033496ecdb2f07fec4a7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ -run_tests: - image: python:3.11.3-slim-buster - - script: - make test +run_test: + image: python:3.9 + script: + - pip install -r requirements.txt + - pytest