From 651ce6f5b5df7a7df2d63503c852406ecae29e90 Mon Sep 17 00:00:00 2001
From: Anton Akhmerov <anton.akhmerov@gmail.com>
Date: Wed, 25 Apr 2018 12:25:49 +0200
Subject: [PATCH] add missing script to ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fb472ad2..f0727f35 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,8 @@ build and upload the contents:
     # Compile lectures
     - python code/band_structures.py
     - python code/bands_2d.py
+    - python code/heat_capacity.py
     - mkdocs build
     - "rsync -rv site/* solidstate@tnw-tn1.tudelft.net:"
   only:
-    - branches@solidstate/lectures
\ No newline at end of file
+    - branches@solidstate/lectures
-- 
GitLab