I want to run the following stages:
build 
test 
deploy (optional)

However, the files I need are deleted when starting the test stage. These 
are the same files that are kept as "artifacts" and appear to be available 
to the deploy stage. 

In the test stage, I see:


Removing app/build/
Removing build/


The yaml file defines the apk files as artifacts:
 artifacts:
    name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}"
    paths:
      - app/build/outputs/apk/*.apk

How do I access these files in the test stage? 

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/48939235-f837-4dcc-bc70-672442f21488%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to