diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13bfee655a0c801fa549465f4e4a5a04f5faf291..af07993621b8e04ad6fd881489c3dd2e5f4dc883 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ stages: - - test +# - test - deploy - pages @@ -9,18 +9,18 @@ cache: - public/docs/ #### Test #### -test: - stage: test - tags: - - leap - - zam347 - - base - script: - - zypper --non-interactive install python3-pip - - pip install --upgrade pip - - pip install --no-cache-dir -r requirements.txt - - chmod +x ./CI/do_pytest.sh - - ./CI/do_pytest.sh +#test: +# stage: test +# tags: +# - leap +# - zam347 +# - base +# script: +# - zypper --non-interactive install python3-pip +# - pip install --upgrade pip +# - pip install --no-cache-dir -r requirements.txt +# - chmod +x ./CI/do_pytest.sh +# - ./CI/do_pytest.sh #### Documentation #### docs: diff --git a/CI/do_pytest.sh b/CI/do_pytest.sh old mode 100644 new mode 100755