Skip to content

Commit 6826d3a

Browse files
author
Julien Neuhart
authored
Fix Docker image in CI/CD example
1 parent 178018e commit 6826d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/16_Deployments/3_CICD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stages:
1616

1717
api_tests:
1818
stage: tests
19-
image: thecodingmachine/php:7.4-v3-apache
19+
image: thecodingmachine/php:7.4-v3-cli
2020
services:
2121
- name: mysql:8.0
2222
command: ["--default-authentication-plugin=mysql_native_password"]
@@ -141,4 +141,4 @@ webapp_build_push_docker_image_prod:
141141
variables:
142142
NUXTJS_ENV_CONTENT: "$NUXTJS_ENV_CONTENT_PROD" # .env file content for prod (from GitLab CI/CD variables).
143143
ENV_NAME: "prod"
144-
```
144+
```

0 commit comments

Comments
 (0)