Testing different image for build job

pull/1/head
Gertjan Krol 2022-08-09 20:43:55 +02:00
parent b9902b8c94
commit d88f5c7da8
1 changed files with 1 additions and 1 deletions

View File

@ -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