Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MICS_Biomathematics
prettyplots
tableExtra
Commits
2c635493
Commit
2c635493
authored
Feb 07, 2022
by
Pradat Yoann
Browse files
.gitlab-ci update path to docker image
parent
8f2bdc5b
Pipeline
#16457
failed with stages
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2c635493
...
...
@@ -26,7 +26,7 @@ check:
test
:
stage
:
test
image
:
gitlab-research.centralesupelec.fr:4567/2019pradaty/tableextra_docker:
cf0e84818d5d00d32d8dd4113d6af1628090f365
image
:
gitlab-research.centralesupelec.fr:4567/2019pradaty/tableextra_docker:
latest
script
:
-
Rscript -e 'if (any(as.data.frame(devtools::test())[["failed"]] > 0)) stop("Some tests failed.")'
-
Rscript -e 'Sys.setenv(NOT_CRAN = "true");covr::codecov(token="b524d434-9189-48fc-a919-72e40de8cd22")'
...
...
@@ -39,7 +39,7 @@ test:
install
:
stage
:
check
image
:
gitlab-research.centralesupelec.fr:4567/2019pradaty/tableextra_docker:
cf0e84818d5d00d32d8dd4113d6af1628090f365
image
:
gitlab-research.centralesupelec.fr:4567/2019pradaty/tableextra_docker:
latest
script
:
-
Rscript -e 'devtools::build(binary=T)'
-
Rscript -e 'devtools::install()'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment