Skip to content

Commit c440cc0

Browse files
author
Christopher Stebe
committed
fixed ci isolation
1 parent 6e6e11f commit c440cc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
before_script:
2-
- export BUILD_PREFIX=buildref${CI_BUILD_REF}$(echo ${CI_BUILD_REF_NAME} | tr -dc '[:alnum:]\n\r' | tr '[:upper:]' '[:lower:]')
3-
- export COMPOSE_PROJECT_NAME=${BUILD_PREFIX}db
2+
- export BUILD_PREFIX=build${CI_PIPELINE_ID}
3+
- export COMPOSE_PROJECT_NAME=${BUILD_PREFIX}yii2-db
44
- cd tests
55

66
stages:

0 commit comments

Comments
 (0)