Skip to content

Commit

Permalink
updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Oct 18, 2016
1 parent a142348 commit 1e47be7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Expand Up @@ -10,7 +10,9 @@ test:
stage: test
script:
- sed -i "s|http://www.example.com/|${TEST_URL}/|g" tests/acceptance.suite.yml
- make all
- make up
- sleep 5
- make run-tests
artifacts:
paths:
- tests/_output
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,7 +1,7 @@
include Makefile.base

all: ##@test [TEST] shorthand for
$(MAKE) clean up run-tests
$(MAKE) up run-tests

bash: ##@development open application development bash
$(DOCKER_COMPOSE) run --rm --entrypoint bash codecept
Expand Down

0 comments on commit 1e47be7

Please sign in to comment.