diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index adc80f4ab..6e9cf4828 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,8 @@ pages: stage: deploy dependencies: - test:php7.3-mysql8.0 + image: ruby:latest + before_script: [] script: - mv ./tests/_output/ ./public/ when: always