diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..42978c2b --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +test: + script: + # this configures django application to use attached postgres database that is run on `postgres` host + - apt-get update -qy + - apt-get install -y python3-dev python3-pip + - pip install -r requirements.txt + - python manage.py test