Skip to content
Snippets Groups Projects
Commit 257ce00a authored by Zitnik, Anze's avatar Zitnik, Anze
Browse files

Change CI script: build and test all branches

parent 4e52cac5
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,6 @@ build: ...@@ -16,9 +16,6 @@ build:
stage: build stage: build
script: script:
- docker build --no-cache -t $REGISTRY/medina/$SERVICE:$VERSION . - docker build --no-cache -t $REGISTRY/medina/$SERVICE:$VERSION .
only:
- develop
- master
test: test:
stage: test stage: test
...@@ -29,9 +26,6 @@ test: ...@@ -29,9 +26,6 @@ test:
- sleep 5 - sleep 5
- bash test/test.sh - bash test/test.sh
- docker stop $SERVICE && docker container rm $SERVICE - docker stop $SERVICE && docker container rm $SERVICE
only:
- develop
- master
push: push:
stage: push stage: push
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment