From e9998f194a446d34fd34fb6af00843d5412f6990 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Thu, 21 Jul 2022 12:42:12 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7346062..9e80458 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,5 +12,5 @@ stages: pytest: stage: Test script: - - pip install git + - apt-get update && apt-get install -y git - pytest -v ./tests