Skip to content
Snippets Groups Projects
Commit 139aad94 authored by Bartłomiej Bojanowski's avatar Bartłomiej Bojanowski
Browse files

Update .gitlab-ci.yml

parent eeae7d61
Branches
No related tags found
1 merge request!11Clarin json support
Pipeline #14323 passed
......@@ -3,7 +3,7 @@ stages:
- check_style
- test
- build
- build_clarin_json
- build_develop
before_script:
- pip install tox==4.5.1
......@@ -44,10 +44,10 @@ build_image:
- docker image tag $DOCKERHUB_NAME $CI_REGISTRY_IMAGE:latest
- docker push $CI_REGISTRY_IMAGE
build_clarin_json:
only:
- clarin_json_support
stage: build_clarin_json
build_develop:
except:
- master
stage: build_develop
image: docker:18.09.7
services:
- 'docker:18.09.7-dind'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment