From beebe6361c81e8cc1b0af2451a826b7463bb06e5 Mon Sep 17 00:00:00 2001 From: Skia Date: Mon, 18 Jul 2016 13:27:47 +0200 Subject: [PATCH] Update gitlab-ci.yml to change ln to cp --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f3b095c..be7efa45 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ test: script: - - ln -s sith/settings_sample.py sith/settings.py + - cp sith/settings_sample.py sith/settings.py - pip install -r requirements.txt - python manage.py test