From 7bdf20d148ad6ac305c380ef01af752bb46fb96e Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Sat, 2 Sep 2017 14:09:34 -0700 Subject: [PATCH] Use correct path to the snapshot build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8aac6df3e..c05c0de12 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,6 @@ test: - echo $SHELL - PS1='\w \$ ' - type -all time - - bin/build.sh -B boot-2017-04-1 -C "" -o ../snapshot/bin/lisp + - bin/build.sh -B boot-2017-04-1 -C "" -o ./snapshot/bin/lisp - bin/make-dist.sh -I dist-linux linux-4 - bin/run-tests.sh -l dist-linux/bin/lisp -- GitLab