Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Jan 19, 2017
1 parent ea53c1e commit 08db878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
before_script:
# set stack isolation
- export ISOLATION=buildpipeline${CI_PIPELINE_ID}
- export COMPOSE_PROJECT_NAME={ISOLATION}
- export COMPOSE_PROJECT_NAME=${ISOLATION}
# run docker commands from tests environment
- cd tests

Expand Down

0 comments on commit 08db878

Please sign in to comment.