diff --git a/gitlab-ci.yml b/gitlab-ci.yml index 9732caac25f6ba409efb841d65834a62b73b43dc..01d57face792e665f1706692a7743f574c72a684 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` hosts + # this configures Django application to use attached postgres database that is run on `postgres` hostsds - cd backend/secfit - apt-get update -qy - pip install -r requirements.txt