From d8e01b308854a5d62618608366f41724cdd457c3 Mon Sep 17 00:00:00 2001 From: hollum <hollum@hotmail.com> Date: Thu, 17 Feb 2022 15:22:30 +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 9732caa..01d57fa 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 -- GitLab