diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a9fb44be87a54c90506226414b2856a123a2999..d6135034c8b02423d3251e8ddc1c60ad3042c07c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ container_test: script: - apk add curl - docker pull ${IMAGE_TAG} - - docker run --user 1000:1000 --read-only --detach --rm --network=host --mount=type=tmpfs,destination=/run,tmpfs-mode=01777 --env APACHE_PORT=8081 ${IMAGE_TAG} > .container_id + - docker run --read-only --detach --rm --network=host --mount=type=tmpfs,destination=/run,tmpfs-mode=01777 --env APACHE_PORT=8081 ${IMAGE_TAG} > .container_id - cat .container_id - sleep 3 - "curl -svf -H 'Host: www.autistici.org' http://${IPADDR}:8081/"