diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d718cec1a338097f95b93865dcb58f7404321c29..44e0d87991329870ebcb3faf1af7baf93373ff19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,7 @@ building: - Rscript -e 'install.packages("remotes")' - Rscript -e 'install.packages("rcmdcheck")' - Rscript -e 'remotes::install_local(upgrade = "never")' + - Rscript -e 'remotes::install_gitlab("dreal-pdl/csd/datalibaba", host = "gitlab-forge.din.developpement-durable.gouv.fr")' - Rscript -e 'remotes::install_git("https://gitlab-forge.din.developpement-durable.gouv.fr/dreal-pdl/csd/data.nitrates.git")' - R -e 'rcmdcheck::rcmdcheck(args = c("--no-manual"), error_on = "warning", check_dir = "check")' - ls -la