Skip to content

Commit

Permalink
fixed cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Jan 29, 2018
1 parent 7caa0ad commit b458a4f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ before_script:
- export COMPOSE_PROJECT_NAME=${BUILD_PREFIX}yii2pages
- cd tests

after_script:
- export BUILD_PREFIX=buildpipeline${CI_PIPELINE_ID}
- export COMPOSE_PROJECT_NAME=${BUILD_PREFIX}yii2pages
- cd tests
- make clean

stages:
- test

Expand All @@ -11,7 +17,6 @@ test:
script:
- make all
- make run-tests
- make clean
artifacts:
name: ${CI_PROJECT_PATH}-p${CI_PIPELINE_ID}-codeception
when: always
Expand Down

0 comments on commit b458a4f

Please sign in to comment.