Update .gitlab-ci.yml file
This commit is contained in:
parent
1e30163fe9
commit
e057f03bb9
|
@ -1,29 +1,10 @@
|
||||||
image: docker:20.10.22
|
image: docker:20.10.22
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
# - test
|
|
||||||
- build
|
- build
|
||||||
|
|
||||||
##############
|
|
||||||
# TEST STAGE #
|
|
||||||
##############
|
|
||||||
|
|
||||||
test:
|
|
||||||
# stage: test
|
|
||||||
image: docker/compose:latest
|
|
||||||
variables:
|
|
||||||
DOCKER_TLS_CERTDIR: ''
|
|
||||||
services:
|
|
||||||
- docker:dind
|
|
||||||
script:
|
|
||||||
- docker-compose -f docker-compose.ci.tools.yml -p auth-tools --env-file ci/.env.ci up -d
|
|
||||||
- sh ci/wait-up.sh
|
|
||||||
- docker-compose -f docker-compose.ci.service.yml -p auth-service --env-file ci/.env.ci up -d
|
|
||||||
- docker exec -t v3-auth-api sh -c "npm run test:integration:ci"
|
|
||||||
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
|
|
||||||
rules:
|
|
||||||
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH || $CI_COMMIT_MESSAGE =~ /--check/ || $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
|
||||||
when: manual
|
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# BUILD STAGE #
|
# BUILD STAGE #
|
||||||
|
|
Loading…
Reference in New Issue