summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-08-12 16:43:59 -0300
committerTorsten Grote <t@grobox.de>2020-08-12 16:43:59 -0300
commit13f835862dc712f09cb6037e149e50eb17b97f59 (patch)
tree00e203cc9d507124e74433fba1fc11460930a5c0
parentdb65f0a20669a81cb7db4425d7d044b8ff49952a (diff)
downloadwallet-core-13f835862dc712f09cb6037e149e50eb17b97f59.tar.gz
wallet-core-13f835862dc712f09cb6037e149e50eb17b97f59.tar.bz2
wallet-core-13f835862dc712f09cb6037e149e50eb17b97f59.zip
Remove old tests from CI runs
-rw-r--r--.gitlab-ci.yml21
1 files changed, 1 insertions, 20 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b08c05b74..9e896e9c1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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