From db9e9cb239be1a3a12ee71c4f6afe20b4cf5ff13 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Sat, 25 Mar 2017 11:32:18 +0100
Subject: [PATCH] build test

---
 make.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/make.py b/make.py
index 7f67cce..530e5ca 100644
--- a/make.py
+++ b/make.py
@@ -27,6 +27,7 @@ build_%s:
     - vagrant
     - develop19216822423
   script:
+    - cd $BOX
     - vagrant up
     - vagrant package --out $BOX.box
     - mv -f $BOX.box /var/www/html/dev/vagrant/$BOX.box
-- 
GitLab