blob: 232ae1d251b9ed76219ba1fc38214f5af8f5814c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
image: pythondiscord/snekbox-base:latest
variables:
DOCKER_DRIVER: overlay
services:
- docker:dind
stages:
- build
build:
stage: build
script:
- pipenv run lint
- pipenv run test
|