i need docker here
This commit is contained in:
parent
9ef5349409
commit
d33028409f
1 changed files with 3 additions and 0 deletions
|
@ -13,5 +13,8 @@ default:
|
|||
|
||||
build_image:
|
||||
stage: build
|
||||
image: docker
|
||||
services:
|
||||
- docker
|
||||
script:
|
||||
- docker build -t facturio .
|
||||
|
|
Reference in a new issue