aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 93253cc507faf611651fd7fc92a90b26a8612a99 (plain) (blame)
1
2
3
4
5
6
7
8
build:
    script:
        - docker build -t "gitlab_pysite_$CI_JOB_ID"

lint:
    script:
        - pipenv install --system --dev
        - flake8