diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 344381666a066e01f85a7d029aa94448180f9e65..6b7cde7d655b0ddb83cd3ea15a4b340c993f6842 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ default: image: python:3.10-slim-buster my_tests: - # Good to put a small description here of what this job does + # run tests script: - pip install . - pip install -r requirements_dev.txt