Commit 65fa9584 authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

Use gargantext:v3.1 docker image for CI

parent c74cc6cf
Pipeline #5523 failed with stages
in 26 minutes and 18 seconds
# Optimising CI speed by using tips from https://blog.nimbleways.com/let-s-make-faster-gitlab-ci-cd-pipelines/
image: adinapoli/gargantext:v3.0
image: adinapoli/gargantext:v3.1
variables:
STACK_ROOT: "${CI_PROJECT_DIR}/.stack-root"
......@@ -26,7 +26,7 @@ stack:
script:
- echo "Building the project from '$CI_PROJECT_DIR'"
- nix-shell --run "stack build --no-terminal --fast --dry-run"
allow_failure: true
allow_failure: false
cabal:
stage: cabal
......
Markdown is supported
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