diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52fa859dd97ce9b86085439ff4bcd1eb1ffc77f9..da03eb54d32fd214aa94808079975b02da73e420 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,10 +13,10 @@ stages: - python setup.py install - python -m unittest xqml.tests.test_xqml -test-3.6: - extends: .test - stage: test - image: python:3.6 +#test-3.6: +# extends: .test +# stage: test +# image: python:3.6 # test-3.7: # extends: .test diff --git a/TestMem.py b/examples/TestMem.py similarity index 100% rename from TestMem.py rename to examples/TestMem.py