diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a36dcdcad4a0173f3533b67890d629ea2fd43af..a18a62f1dad3eb5a65a4cf84bec9087fad83d39a 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 0000000000000000000000000000000000000000..3d8d80d144344d3a3588d5992057b4f1b460991b
--- /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 0000000000000000000000000000000000000000..36bb8c562f8395fef500c003ff45726bd3f34056
--- /dev/null
+++ b/src/lab2.md
@@ -0,0 +1,2 @@
+
+_not ready yet_