From c69bbc39b396913922176cefc0db62e4f468bf25 Mon Sep 17 00:00:00 2001
From: Anton Akhmerov <anton.akhmerov@gmail.com>
Date: Fri, 27 Apr 2018 22:37:58 +0200
Subject: [PATCH] add new files to CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f0727f35..b2b491e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,6 +26,8 @@ build and upload the contents:
     # Compile lectures
     - python code/band_structures.py
     - python code/bands_2d.py
+    - python code/misc.py
+    - python code/semiconductors.py
     - python code/heat_capacity.py
     - mkdocs build
     - "rsync -rv site/* solidstate@tnw-tn1.tudelft.net:"
-- 
GitLab