From 27249a442a1adf240dc6ee226fd9cf0424fc1558 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Tue, 28 Mar 2017 15:19:10 +0200 Subject: [PATCH] fix;again --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8c6a5a..74c8013 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,9 +13,10 @@ build_czr_pythons_pg: - vagrant - develop19216822423 before_script: + - env + - cd $CI_PROJECT_DIR - cp *.sh czr_pythons_pg/ - cp SkeletonVagrantfile czr_pythons_pg/Vagrantfile - - env - cd $CI_PROJECT_DIR - cd czr_pythons_pg - python ../make.py meta -- GitLab