Skip to content

Commit 4dbe67c

Browse files
committed
Merge branch 'master' of ssh://gitlab.zeka.guru:12022/root/sps-component
2 parents aa645ad + 4fa4099 commit 4dbe67c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lint_php:
2121
# except:
2222
# - master
2323
script:
24-
- apk add --update py-pip && pip install docker-compose
24+
- apk add --update py-pip python-dev libffi-dev openssl-dev gcc libc-dev make && pip install docker-compose
2525
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
2626
- $DOCKER_COMPOSE pull php
2727
- $DOCKER_COMPOSE up -d
@@ -39,7 +39,7 @@ test_phpunit:
3939
# except:
4040
# - master
4141
script:
42-
- apk add --update py-pip && pip install docker-compose
42+
- apk add --update py-pip python-dev libffi-dev openssl-dev gcc libc-dev make && pip install docker-compose
4343
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
4444
- $DOCKER_COMPOSE pull
4545
- $DOCKER_COMPOSE up -d

0 commit comments

Comments
 (0)