Skip to content
Snippets Groups Projects
Verified Commit 198efafb authored by Martin Weise's avatar Martin Weise
Browse files

Removed the unreliable deployment tests

parent 1bb00037
No related branches found
No related tags found
3 merge requests!231CI: Remove build for log-service,!228Better error message handling in the frontend,!223Release of version 1.4.0
......@@ -17,7 +17,6 @@ stages:
- build-frontend
- test-backend
- test-frontend
- test-deployment
- build-docker
- scan-docker
- release-docker
......@@ -122,29 +121,6 @@ test-frontend:
path: ./dbrepo-ui/coverage/cobertura-coverage.xml
coverage: '/TOTAL.*?([0-9]{1,3})%/'
test-default-deployment:
stage: test-deployment
timeout: 5m
needs:
- test-frontend
script:
- "make teardown"
- "rm -f .env"
- "docker compose up -d && make teardown"
- "make teardown"
coverage: '/TOTAL.*?([0-9]{1,3})%/'
test-env-deployment:
stage: test-deployment
timeout: 5m
needs:
- test-frontend
script:
- "make teardown"
- "cp .env.unix.example .env"
- "docker compose up -d && make teardown"
- "make teardown"
scan-analyse-service:
stage: scan-docker
needs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment