From 9a180d6e82dab83a555deb8d06b1523f7d37cc19 Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@suma-ev.de>
Date: Mon, 19 Aug 2019 11:21:35 +0200
Subject: [PATCH] fixed error

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 015e080..e38e7b8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,7 +52,7 @@ build:
     - docker pull $CI_APPLICATION_REPOSITORY:$CI_APPLICATION_TAG || true
     - |
       docker build \
-        --cache-from $CI_APPLICATION_REPOSITORY:$CI_APPLICATION_TAG
+        --cache-from $CI_APPLICATION_REPOSITORY:$CI_APPLICATION_TAG \
         --build-arg BUILDPACK_URL="$BUILDPACK_URL" \
         --build-arg HTTP_PROXY="$HTTP_PROXY" \
         --build-arg http_proxy="$http_proxy" \
-- 
GitLab