Artifacts upload #1129
Replies: 1 comment
-
Solved
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My runner is type "docker" so just one EC2
My ".ci" starts a docker image for e2e tests
Inside AWS runner docker ps -eaf returns something like this :
Inside runner-glrt-wuh-project-7707-concurrent-0-0416647f53ae62b2-build-2 I find the process relative to my docker image test-foo-e2e:dev
My image is started with "-v" option in order to mount some volumes.
Artifact are created - of course - but not available to the instance the starts my job.
Unfortunately this path ${CI_PROJECT_DIR}/cypress/screenshots is inside AWS EC2 but non inside the docker process that starts my e2e image.
So I can't upload my artifacts.
Any ideas ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions