Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIFTy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ift
NIFTy
Commits
00523d9a
Commit
00523d9a
authored
Jul 02, 2018
by
Martin Reinecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable all demos in CI
parent
d24cc30b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
.gitlab-ci.yml
.gitlab-ci.yml
+11
-6
No files found.
.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