dda-backup/.gitlab-ci.yml

23 lines
282 B
YAML
Raw Normal View History

2020-11-06 18:34:04 +00:00
image: docker:19.03.12
2020-11-13 08:31:49 +00:00
stages:
- build
- test
- publish
2020-11-06 18:34:04 +00:00
services:
- docker:19.03.12-dind
before_script:
- echo "Hallo"
build:
stage: build
script:
2020-11-13 08:31:49 +00:00
- cd infrastrucure/docker && pyb image
test:
stage: test
script:
- cd infrastrucure/docker && pyb image