13 lines
185 B
YAML
13 lines
185 B
YAML
|
|
|
|
test-job:
|
|
stage: test
|
|
image:
|
|
name: mgoltzsche/podman
|
|
docker:
|
|
user: root
|
|
script:
|
|
- echo "Starting tests"
|
|
- apk add bash
|
|
- .util/run_tests.sh -d podman
|