feat(CI): add test docker build stage

This commit is contained in:
bmartins 2023-03-22 14:21:46 +01:00
parent 0eb57aae41
commit cb90726e82
1 changed files with 7 additions and 0 deletions

View File

@ -37,6 +37,13 @@ cache:
# cache:
# policy: pull
build-docker:
stage: build
before_script:
- docker info
script:
- docker build -t framadate .
build:
stage: build
before_script: