Commit 433f3dc4 authored by Baranovskyi's avatar Baranovskyi
Browse files

Update .gitlab-ci.yml file

parent 47d7a752
Pipeline #10597 failed with stage
in 54 seconds
...@@ -25,8 +25,8 @@ build: ...@@ -25,8 +25,8 @@ build:
before_script: before_script:
- export DOCKER_TMPDIR=/mnt/volume - export DOCKER_TMPDIR=/mnt/volume
script: script:
# - docker build --no-cache --pull --progress=plain -t flask-backend-full -f flask_ml_api/Dockerfile . - docker build --no-cache --pull --progress=plain -t flask-backend-full -f flask_ml_api/Dockerfile .
- docker build --no-cache --pull --progress=plain -t flask-backend-test -f flask_ml_api/Dockerfile.test . # - docker build --no-cache --pull --progress=plain -t flask-backend-test -f flask_ml_api/Dockerfile.test .
cache: cache:
key: build-cache key: build-cache
......
Supports Markdown
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