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