Skip to content
Snippets Groups Projects
.gitlab-ci.yml 198 B
Newer Older
Krisjanis Rijnieks's avatar
Krisjanis Rijnieks committed
# This file tests integrity of libraries in this repository
# Created by Krisjanis Rijnieks on 2 May 2020

image: python:latest

before_script:
  - python -V

test:
  script:
    - python ./test.py