dda-backup/.gitlab-ci.yml
2020-11-13 09:31:49 +01:00

22 lines
282 B
YAML

image: docker:19.03.12
stages:
- build
- test
- publish
services:
- docker:19.03.12-dind
before_script:
- echo "Hallo"
build:
stage: build
script:
- cd infrastrucure/docker && pyb image
test:
stage: test
script:
- cd infrastrucure/docker && pyb image