diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23e2de35b926d1f68b29b65ca05b91fd4f01bd50..1581304c6ef107edde2d94e534859ccafa3e49fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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