diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..22aed7a725a1be8625d063555d94889f7aff5396 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,2 @@ +test_app: + script: python tests/test.py TestWriter \ No newline at end of file