From e3e529e51bcb48b00a95571d949770e168f06330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20=C3=98rstad?= <tobiasio@ntnu.no> Date: Fri, 5 Mar 2021 12:12:50 +0100 Subject: [PATCH] Update yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f88d7b3..4e88834 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ test: - cd backend/secfit - apt-get update -qy - pip install -r requirements.txt + - python manage.py test staging: type: deploy -- GitLab