Loading .gitlab-ci.yml +1 −8 Original line number Diff line number Diff line image: localhost:5000/unicaen-dev-php7.0-apache image: localhost:5000/unicaen-dev-php7.4-apache stages: - test - release cache: paths: - vendor/ test: stage: test script: - composer install --dev - composer test module/ImportData release_job: stage: release image: registry.gitlab.com/gitlab-org/release-cli:latest Loading Loading
.gitlab-ci.yml +1 −8 Original line number Diff line number Diff line image: localhost:5000/unicaen-dev-php7.0-apache image: localhost:5000/unicaen-dev-php7.4-apache stages: - test - release cache: paths: - vendor/ test: stage: test script: - composer install --dev - composer test module/ImportData release_job: stage: release image: registry.gitlab.com/gitlab-org/release-cli:latest Loading