aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorMaxime Dénès2017-09-15 11:00:20 +0200
committerMaxime Dénès2017-09-15 11:00:20 +0200
commit296941dc97d53817cc58b4687ed99168e1dd33a9 (patch)
tree0fe64507c184d3fc31c2c9219cf2068363c8e2c6 /dev
parent53fe81925820895e5657ec8c1d0389e96a0abc70 (diff)
parent741943da6e42937f6d50db9c920a40073160eebc (diff)
Merge PR #979: Fix install-doc target and other gitlab failures
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/ci-common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-common.sh b/dev/ci/ci-common.sh
index 238960948d..358f527f9e 100644
--- a/dev/ci/ci-common.sh
+++ b/dev/ci/ci-common.sh
@@ -4,7 +4,7 @@ set -xe
if [ -n "${GITLAB_CI}" ];
then
- export COQBIN=`pwd`/install/bin
+ export COQBIN=`pwd`/_install_ci/bin
else
export COQBIN=`pwd`/bin
fi