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: