diff --git a/gitlab-ci.yml b/gitlab-ci.yml index bbf7d6724050f1216d8f8f58693d37ca6257271f..9732caac25f6ba409efb841d65834a62b73b43dc 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -6,7 +6,7 @@ test: image: python:3.8 stage: test script: - # this configures Django application to use attached postgres database that is run on `postgres` host + # this configures Django application to use attached postgres database that is run on `postgres` hosts - cd backend/secfit - apt-get update -qy - pip install -r requirements.txt