blob: 639688864b3c6feb35bb95ec4c91928e02e0d6ad [file] [log] [blame]
{
"image": "alpine:3",
"stages": [
"test"
],
"run test": {
"stage": "test",
"script": [
"apk add file",
"apk add python3",
"env",
"pwd",
"cd code && python -m unittest"
]
}
}