From c157d5b3421916a53e5013ffbdc0aaed48c04dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Farestveit?= <havard.farestveit@gmail.com> Date: Thu, 18 Feb 2021 20:29:05 +0100 Subject: [PATCH] Updated gitlab-ci --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f60bfa0..146d97d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,8 +13,7 @@ test-backend: script: # this configures Django application to use attached postgres database that is run on `postgres` host - cd backend/secfit - - apt-get update -qy - - apt-get install -y python-dev python-pip + - apk add python python-dev python pip - pip install -r requirements.txt - python manage.py test -- GitLab