Skip to content
Snippets Groups Projects
Commit 00523d9a authored by Martin Reinecke's avatar Martin Reinecke
Browse files

enable all demos in CI

parent d24cc30b
No related branches found
No related tags found
No related merge requests found
......@@ -83,9 +83,14 @@ run_getting_started_1:
- python demos/getting_started_1.py
- python3 demos/getting_started_1.py
# # TODO Please uncomment this as soon as the demo is working
# run_getting_started_2:
# stage: demo_runs
# script:
# - python demos/getting_started_2.py
# - python3 demos/getting_started_2.py
run_getting_started_2:
stage: demo_runs
script:
- python demos/getting_started_2.py
- python3 demos/getting_started_2.py
run_getting_started_3:
stage: demo_runs
script:
- python demos/getting_started_3.py
- python3 demos/getting_started_3.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment