From 6018dabb2b631f3700a8660441727b260c9792cf Mon Sep 17 00:00:00 2001 From: borzechof99 <borzechof99@mi.fu-berlin.de> Date: Tue, 27 Apr 2021 23:17:21 +0200 Subject: [PATCH] Fixed Typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1b28d4..9a33fb9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,5 +53,5 @@ test: # variables: # DATABASE_URL: "postgresql://postgres:postgres@postgres:5432/$POSTGRES_DB" script: - - cd unisport-o-mat + - cd unisportomat - python manage.py test -- GitLab