gitlab-ci: test

This commit is contained in:
Johannes Loher 2020-12-27 15:09:16 +01:00
parent a62f301df8
commit 396a11cdde

View file

@ -43,7 +43,7 @@ lint:
foo: foo:
stage: bar stage: bar
script: script:
- ls dist - echo "Test!"
build: build:
stage: build stage: build