diff options
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85b03eb..639f277 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -29,7 +29,7 @@ testsuite:alpine: | |||
| 29 | stage: testsuite | 29 | stage: testsuite |
| 30 | script: | 30 | script: |
| 31 | - apk update | 31 | - apk update |
| 32 | - apk add php7-dev php7-cgi php7-simplexml php7-xml make gcc musl-dev pcre | 32 | - apk add php7-dev php7-cgi php7-simplexml php7-xml make gcc musl-dev pcre-dev |
| 33 | - make compile_debug | 33 | - make compile_debug |
| 34 | - TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test TESTS="tests/cookies_encryption tests/deny_writable tests/disable_function" | 34 | - TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test TESTS="tests/cookies_encryption tests/deny_writable tests/disable_function" |
| 35 | - TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test TESTS="tests/dump_request tests/eval_blacklist tests/global_strict" | 35 | - TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test TESTS="tests/dump_request tests/eval_blacklist tests/global_strict" |
