From 093181c1867b4266e6dc18a214d0ea2c8fad6e1f Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 1 Apr 2020 13:29:54 -0400 Subject: [PATCH] Correct path to test configuration file --- scripts/cibuild.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/cibuild.sh b/scripts/cibuild.sh index 21ccfef67..6a0422308 100755 --- a/scripts/cibuild.sh +++ b/scripts/cibuild.sh @@ -35,8 +35,7 @@ if [[ $RC != 0 ]]; then fi # Point to the testing configuration file for use in CI -CONFIG="netbox/netbox/configuration.py" -ln -s netbox/netbox/configuration.testing.py $CONFIG +ln -s configuration.testing.py netbox/netbox/configuration.py # Run NetBox tests coverage run --source="netbox/" netbox/manage.py test netbox/