Skip to content

Commit

Permalink
added stages
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Jan 12, 2017
1 parent 63aa950 commit 465d27a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
build:
stage: build
script:
- cd tests
- docker-compose build

test:
stage: test
script:
- cd tests
- docker-compose up -d
Expand Down

0 comments on commit 465d27a

Please sign in to comment.