Testing different image for build job
parent
b9902b8c94
commit
d88f5c7da8
|
@ -8,7 +8,7 @@ test:build:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- build
|
- build
|
||||||
image: docker:stable
|
image: ubuntu:jammy
|
||||||
script:
|
script:
|
||||||
- docker build .
|
- docker build .
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
Loading…
Reference in New Issue