Skip to content
Snippets Groups Projects
Commit b9e918ea authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add e2e tests

parent 58cb18dc
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -15,6 +15,7 @@ cache:
stages:
- test
- deploy
- e2e
.test_defaults: &test_defaults
script:
......@@ -93,3 +94,14 @@ deploy_development:
DEPLOY_HOST: mw01-dev.tugraz.at
DEPLOY_KEY: "$DEPLOY_SSH_KEY"
<<: *deploy_defaults
e2e_tests:
only:
refs:
- main
variables:
E2E_PROJECT: api
stage: e2e
trigger:
project: dbp/e2e-tests
strategy: depend
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment