diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4b3082..a1f444b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,8 @@ build: before_script: - npm ci script: + - rm -f .env + - ln -s example.env .env - npm run build test: @@ -36,6 +38,8 @@ test: before_script: - npm ci script: + - rm -f .env + - ln -s example.env .env - npm run test download: @@ -73,6 +77,8 @@ download: - npm ci script: + - rm -f .env + - ln -s example.env .env - mkdir -p ../dila-data/ - git clone git@git.en-root.org:tricoteuses/data/dila/${DATASET}.git ../dila-data/${DATASET} - npx tsx src/scripts/download_dila_dataset.ts ${DATASET} --push