Remove old tests from CI runs

This commit is contained in:
Torsten Grote 2020-08-12 16:43:59 -03:00
parent db65f0a206
commit 13f835862d
No known key found for this signature in database
GPG Key ID: 3E5F77D92CF891FF

View File

@ -3,26 +3,7 @@ image: "registry.gitlab.com/gnu-taler/docker-taler-ci:latest"
before_script:
- pg_ctlcluster 12 main start
test_legacy:
script:
- cd integrationtests
- ./test-base.sh
- ./test-double-link.sh
- ./test-double-spend.sh
- ./test-recoup.sh
- ./test-refund.sh
- ./test-retries.sh
- ./test-withdrawal.sh
allow_failure: true
test_pytest:
script:
- ./bootstrap
- ./configure
- make install
- pytest -rP tests/
test_typescript:
test:
script:
- ./bootstrap
- ./configure