kind: pipeline type: docker name: default steps: - name: test image: python commands: - pip install -r requirements.txt - python3 test_tmdb.py