test-job: image: alpine:latest stage: test script: - apk add make gcc musl-dev kyua - make -j $(nproc) check tags: - docker-alpine - x86_64