diff options
| author | Maxime Dénès | 2017-09-15 11:00:20 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-09-15 11:00:20 +0200 |
| commit | 296941dc97d53817cc58b4687ed99168e1dd33a9 (patch) | |
| tree | 0fe64507c184d3fc31c2c9219cf2068363c8e2c6 /dev/ci | |
| parent | 53fe81925820895e5657ec8c1d0389e96a0abc70 (diff) | |
| parent | 741943da6e42937f6d50db9c920a40073160eebc (diff) | |
Merge PR #979: Fix install-doc target and other gitlab failures
Diffstat (limited to 'dev/ci')
| -rw-r--r-- | dev/ci/ci-common.sh | 2 |
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 |
