Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
ift
NIFTy
Commits
00523d9a
Commit
00523d9a
authored
Jul 02, 2018
by
Martin Reinecke
Browse files
enable all demos in CI
parent
d24cc30b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
00523d9a
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment