From b38655b8746ce1578bb7f416b63ee31500528302 Mon Sep 17 00:00:00 2001 From: Pernille Welle-Watne <perniww@online.no> Date: Mon, 22 Feb 2021 16:39:59 +0100 Subject: [PATCH] add run to heruko.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5bf3d18..042f9b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,10 +3,10 @@ variables: image: python:3 test: + context: backend/secfit script: # this configures Django application to use attached postgres database that is run on `postgres` host - apt-get update -qy - - cd backend/secfit - pip install -r requirements.txt - python manage.py test -- GitLab