i need docker here

This commit is contained in:
Jakub Kropáček 2024-08-17 21:31:11 +02:00
parent 9ef5349409
commit d33028409f

View file

@ -13,5 +13,8 @@ default:
build_image: build_image:
stage: build stage: build
image: docker
services:
- docker
script: script:
- docker build -t facturio . - docker build -t facturio .