From a6d6b3b3b1ac731d12f6435d60477e2a4aa0667f Mon Sep 17 00:00:00 2001 From: "bruno.spyckerelle" Date: Tue, 6 Aug 2019 12:37:45 +0200 Subject: [PATCH] Fix tests --- .gitlab-ci.yml | 2 +- tests/config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0aaf07..9a2905c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ before_script: - php composer-setup.php - php -r "unlink('composer-setup.php'); unlink('installer.sig');" - php composer.phar install --no-interaction --prefer-dist -- wget --header "PRIVATE-TOKEN:${ACCESSTOKEN}" "${CERTPATH}" +- wget --header "PRIVATE-TOKEN:${ACCESSTOKEN}" "${CERTPATH}" -O cert.pem - sed -e "s?PASSPHRASE?$(echo $PASSPHRASE | sed -e 's/\\/\\\\/g; s/\//\\\//g; s/&/\\\&/g')?" --in-place tests/config.php - sed -e "s?PROXYPORT?$PROXYPORT?" --in-place tests/config.php - sed -e "s?PROXYHOST?$PROXYHOST?" --in-place tests/config.php diff --git a/tests/config.php b/tests/config.php index 9734694..429ff52 100644 --- a/tests/config.php +++ b/tests/config.php @@ -1,6 +1,6 @@ 'CC0000001625_500.pem', + 'certPath' => 'cert.pem', 'wsdl' => array( 'airspaceServices' => 'AIRSPACESERVICESWSDL', 'flowServices' => 'FLOWSERVICESWSDL'