diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a717fbb32..7a78487ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,12 +51,14 @@ yesod:build:dev: needs: - frontend:build before_script: + - apt-get update + - apt-get install -y --no-install-recommends locales-all - ln -s $(which g++-7) $(dirname $(which g++-7))/g++ cache: key: "${CI_COMMIT_REF_SLUG}" paths: - .stack - - .stack_work + - .stack-work artifacts: paths: - bin/uniworx @@ -77,4 +79,4 @@ frontend:test: - n stable - apt-get install -y --no-install-recommends chromium-browser dependencies: - - npm install \ No newline at end of file + - npm install