Trigger all tests in ci

This commit is contained in:
nolash 2021-05-27 14:43:50 +02:00
parent 2339f52a32
commit ec58ef3414
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746

View File

@ -24,9 +24,7 @@ test-mr-cic-eth:
image: $CI_REGISTRY_IMAGE/$APP_NAME-test:latest
script:
- cd apps/$APP_NAME/
- pytest tests/unit/
- pytest tests/task/
- pytest tests/filters/
- pytest tests
needs: ["build-mr-cic-eth"]
build-push-cic-eth: