From 2ec3efbdebf92f06aa8b7cc762635127ffa7fc1f Mon Sep 17 00:00:00 2001 From: Slava Date: Sun, 17 Mar 2024 06:39:39 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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