From 1627132a7e52405d79bf5bd2b0248d564cc8eaae Mon Sep 17 00:00:00 2001 From: Slava Date: Wed, 5 Mar 2025 07:02:01 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5424765..97cfd92 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,17 +13,17 @@ stages: - pre_push - push -test: - stage: test - image: python:3.11-alpine - script: - - pip install -q -r requirements.txt - - pip install -q pytest~=8.3.5 - - python -m unittest discover tests +# test: +# stage: test +# image: python:3.11-alpine +# script: +# - pip install -q -r requirements.txt +# - pip install -q pytest~=8.3.5 +# - python -m unittest discover tests build: - needs: - - test + # needs: + # - test stage: build script: