diff options
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..a6120a12 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,8 @@ +test: + tags: + - docker + image: ubuntu:latest + script: + - apt update + - apt install -y python3 cython3 + - ./run_tests.py |