From 2f4a7342816a6929635d57181c4c9fc7e45d47fc Mon Sep 17 00:00:00 2001 From: josiepark <josiepark@mi.fu-berlin.de> Date: Thu, 6 May 2021 23:40:40 +0000 Subject: [PATCH] Nothing to do at the moment. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a33fb9..36d9a73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,5 +53,6 @@ test: # variables: # DATABASE_URL: "postgresql://postgres:postgres@postgres:5432/$POSTGRES_DB" script: + - echo "Testing" - cd unisportomat - python manage.py test -- GitLab