diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c248434..6bf3d66 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ include: unittest: stage: test image: python + only: test before_script: - pip install -r requesments.txt - pip istall pytest