From fe3c4f6c010fa0a2896fe77bc5ed314dcde51da1 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Thu, 16 Mar 2017 03:05:03 +0100
Subject: [PATCH] build test

---
 .gitlab-ci.yml | 4 +++-
 src/lab2.json  | 2 ++
 src/lab2.md    | 2 ++
 3 files changed, 7 insertions(+), 1 deletion(-)
 create mode 100644 src/lab2.json
 create mode 100644 src/lab2.md

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a36dcd..a18a62f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-build_lab1:
+build:
   stage: build
   before_script:
     - vagrant up
@@ -7,6 +7,8 @@ build_lab1:
   script:
     - mkdir dist
     - vagrant ssh -c 'cd /vagrant; python build.py lab1'
+    - vagrant ssh -c 'cd /vagrant; python build.py lab2'
   artifacts:
      paths:
        - dist/lab1/*.pdf
+       - dist/lab2/*.pdf
diff --git a/src/lab2.json b/src/lab2.json
new file mode 100644
index 0000000..3d8d80d
--- /dev/null
+++ b/src/lab2.json
@@ -0,0 +1,2 @@
+[{}
+  ]
\ No newline at end of file
diff --git a/src/lab2.md b/src/lab2.md
new file mode 100644
index 0000000..36bb8c5
--- /dev/null
+++ b/src/lab2.md
@@ -0,0 +1,2 @@
+
+_not ready yet_
-- 
GitLab