Update .gitlab-ci.yml

This commit is contained in:
Axel Olausson Holtenäs 2023-06-29 19:43:40 +00:00
parent 660a81a5ee
commit 274dc0666b

View file

@ -28,6 +28,8 @@ build:
docker: docker:
stage: docker stage: docker
image: docker:dind image: docker:dind
variables:
DOCKER_HOST: tcp://docker:2375/
script: script:
- apk add tar - apk add tar
- tar -xzvf build-artifacts.tar.gz - tar -xzvf build-artifacts.tar.gz