소스 검색

test giltab-ci with docker

Olivier Massot 4 년 전
부모
커밋
e26f81dc92
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.gitlab-ci.yml

@@ -7,6 +7,7 @@ before_script:
   - php -r "unlink('composer-setup.php'); unlink('installer.sig');"
 
 unit_otcore:
+  image: php:7.4.11-apache
   stage: test
 
   before_script: