From 6851f659a4789da5e8bc49e65a730eeb5748e945 Mon Sep 17 00:00:00 2001
From: Alexander Diewald <diewald@fortiss.org>
Date: Thu, 16 Jan 2020 13:30:33 +0100
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 21e8c0c..cf5ca2a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,6 +26,7 @@ build:
 #    - docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" "$CI_REGISTRY"
     # Make Git submodules work
     - which git || (apk --no-cache add git)
+    - echo $PWD
     - git submodule sync --recursive
     - git submodule update  --remote --recursive
   script:
-- 
GitLab