Debug output for build job

This commit is contained in:
jpic 2020-01-31 19:43:57 +01:00
parent d47ab86873
commit c600f01801

View File

@ -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