From 5076e2fb745dbb4584ab01398cfe3421485dc0cc Mon Sep 17 00:00:00 2001 From: Bethea Davida <betheazia17@gmail.com> Date: Tue, 24 Apr 2018 09:43:02 +0700 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa48a6e..1a1fa99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ before_script: - python --version # Print out python version for debugging # Uncomment next line if your Django app needs a JS runtime: # - apt-get update -q && apt-get install nodejs -yqq - #- pip install -r requirements.txt + - pip install -r requirements.txt # To get Django tests to work you may need to create a settings file using # the following DATABASES: -- GitLab