diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index b40c8cc..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,18 +0,0 @@ -image: "python:3.7" - -variables: - GIT_SUBMODULE_STRATEGY: recursive - -before_script: - - python --version - - git submodule sync --recursive - - git submodule update --init --recursive - - pip install EMMO - -stages: - - Check against EMMO conventions - -emmocheck: - stage: Check against EMMO conventions - script: - - emmocheck physmet.ttl --local --verbose -u