From 58274200aa6319e11e10b0db111c55b8c11dabd1 Mon Sep 17 00:00:00 2001 From: hollum <hollum@hotmail.com> Date: Thu, 17 Feb 2022 15:20:24 +0100 Subject: [PATCH] yml --- gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab-ci.yml b/gitlab-ci.yml index bbf7d67..9732caa 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 -- GitLab