From 0f4370582bfab8575124b47b4a6d327996d6fde7 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Mon, 29 Nov 2021 11:05:39 +0100 Subject: [PATCH] Check other URL --- test/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_tests.sh b/test/run_tests.sh index 99b4aed..c1159da 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -12,7 +12,7 @@ check() echo "*** TESTING $config_file" echo "=========================================================================================" rm -rf "$PAPER_DIR" - python3 -m cookiecutter https://git.wmi.amu.edu.pl/filipg/paper-cutter.git --config-file "$config_file" --no-input --checkout master + python3 -m cookiecutter https://gitlab.com/filipg/paper-cutter --config-file "$config_file" --no-input --checkout master cd "$PAPER_DIR" make clean make