abuild/.gitlab-ci.yml

12 lines
141 B
YAML
Raw Normal View History

stages:
- verify
tests:
image:
name: alpinelinux/abuild-ci
stage: verify
script: [pwd]
tags:
- docker-alpine
- x86_64