Update .gitlab-ci.yml file

This commit is contained in:
Maple 2025-10-15 21:59:40 +02:00
commit 42bbb022b2

12
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,12 @@
image: docker:latest
before_script:
- git submodule update --init
stages:
- build
build_and_push:
stage: build
script:
- docker build .