Skip to content

CI attempt 3

CI attempt 3 #4

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Python.gitlab-ci.yml
on: [push]
image: python:latest
stages:
- test
test:
stage: test
script:
- pytest