From c600f018014b95a2d7f3dfb57d9f67faa69bddc9 Mon Sep 17 00:00:00 2001 From: jpic Date: Fri, 31 Jan 2020 19:43:57 +0100 Subject: [PATCH] Debug output for build job --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 957eb69..add1269 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ test: build: stage: test image: yourlabs/podctl - script: pip install . && CACHE_DIR=$(pwd)/.cache podctl build + script: pip install . && CACHE_DIR=$(pwd)/.cache podctl build -d cache: paths: - .cache