abuild/.gitlab-ci.yml
Kevin Daudt d4af7cd4e2 ci: add job to run tests
This uses the alpinelinux/abuild-ci image to run the test suite, which
has all the required dependencies already installed.
2021-10-07 17:24:10 +02:00

12 lines
141 B
YAML

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