diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8e70ccbe97e173e8cbca6c7c6194406bdcbc4af..6173cd33664d715b9f42fde43c93fd9eab8808af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,7 +57,7 @@ linux:test: - job: linux:build artifacts: true before_script: - - git clone https://gitlab.common-lisp.net/ansi-test/ansi-test.git + - git clone https://gitlab.common-lisp.net/cmucl/ansi-test.git - (cd ansi-test; git checkout rtoy-cmucl-expected-failures) script: - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log @@ -128,7 +128,7 @@ osx:test: - job: osx:build artifacts: true before_script: - - git clone https://gitlab.common-lisp.net/ansi-test/ansi-test.git + - git clone https://gitlab.common-lisp.net/cmucl/ansi-test.git - (cd ansi-test; git checkout rtoy-cmucl-expected-failures) script: - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log