Skip to content
Snippets Groups Projects
Commit 5a56c91b authored by bwalkow's avatar bwalkow
Browse files

Build fix

parent 6fbe5d77
1 merge request!21Fix
Pipeline #13681 passed with stages
in 6 minutes and 8 seconds
......@@ -21,6 +21,8 @@ pep8:
tests:
stage: tests
only:
- master
before_script:
- pip install tox==3.18.1
- apt-get update && apt-get install -y openjdk-8-jdk && apt-get install -y ant && apt-get clean
......@@ -39,6 +41,8 @@ tests:
pages:
stage: pages
only:
- master
script:
- mkdir -p public/coverage
- cp -r htmlcov/* public/coverage/
......@@ -72,11 +76,11 @@ build_develop:
stage: build_develop
image: "docker:18.09.7"
only:
- develop
- fix
script:
- docker build -t $CI_REGISTRY_IMAGE:develop .
- docker build -t $CI_REGISTRY_IMAGE:fix .
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker push $CI_REGISTRY_IMAGE:develop
- docker push $CI_REGISTRY_IMAGE:fix
# deploy:
# stage: deploy
......
......@@ -2,7 +2,7 @@ numpy==1.19.4
transformers>=4.3.2
torch==1.7.1
language-tool-python==2.5.4
awscli==1.20.11
awscli==1.22.57
--index-url https://pypi.clarin-pl.eu/simple/
nlp_ws
punctuator>=2.1.0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment