Fixing docker support in CI

This commit is contained in:
jpic 2021-04-24 11:37:54 +02:00
parent 1221ac5016
commit 94890226e6

View File

@ -12,7 +12,7 @@ build-itself:
cache: cache:
key: cache key: cache
paths: [.cache] paths: [.cache]
image: quay.io/yourlabs/shlax:$CI_COMMIT_SHORT_SHA image: yourlabs/shlax:$CI_COMMIT_SHORT_SHA
script: python3 ./shlaxfile.py build script: python3 ./shlaxfile.py build
stage: test stage: test