diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e31444c03f5950e534f9e291ae735258c967755..97e1340d7804f21faa609396a8602017e240f478 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ test: - python -m unittest djangoldp.tests.runner except: - master + - tags tags: - sib diff --git a/setup.cfg b/setup.cfg index bc9625e0db96d83f38ded90c8a746a33733ae6de..ab33010f208f6f2b3903821d028fe6e87151557a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ install_requires = django_rest_framework requests pyld - django-guardian + django-guardian==2.0.0 [options.extras_require] dev =