Skip to content
Snippets Groups Projects
Commit 5108ab45 authored by Christoph Alt's avatar Christoph Alt
Browse files

fixed the deploying command in gitlab job

parent 09360bbc
Branches
No related merge requests found
Pipeline #55856 passed with warnings with stages
in 1 minute and 6 seconds
......@@ -26,7 +26,7 @@ deploy_walberla_dashboards:
image: python:3.8
script:
- pip install tox
- tox walberla
- tox -e deploywalberla
when: manual
deploy_fe2ti_dashboards:
......@@ -36,7 +36,7 @@ deploy_fe2ti_dashboards:
image: python:3.8
script:
- pip install tox
- tox deployfe2ti
- tox -e deployfe2ti
when: manual
trigger_cb_pipeline:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment