From 4c22f882f7f596f26f7f6e3dd7985267baf5e360 Mon Sep 17 00:00:00 2001
From: Philipp Arras <parras@mpa-garching.mpg.de>
Date: Tue, 10 Jul 2018 22:55:55 +0200
Subject: [PATCH] Add bernoulli to CI

---
 .gitlab-ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6cea51006..b44e23c95 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -96,3 +96,12 @@ run_getting_started_3:
   script:
     - python demos/getting_started_3.py
     - python3 demos/getting_started_3.py
+
+run_bernoulli:
+  stage: demo_runs
+  script:
+    - python demos/bernoulli_demo.py
+    - python3 demos/bernoulli_demo.py
+  artifacts:
+    paths:
+      - '*.png'
-- 
GitLab