diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b1d8f2e0d1a2e5352e23b02562fbf55e870e1e7..d20ab876ca22cd28d6a1c348327d5fbd8a42fc6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,12 +67,12 @@ installbinaries: when: always expire_in: '1 day' paths: - - bin/ + - bin/ basice2e: stage: tests tags: - # - gpu + # - gpu image: $DOCKER_IMAGE script: - mkdir -p ~/.elixxir @@ -97,13 +97,13 @@ basice2e: when: always expire_in: '1 day' paths: - - basice2e/ - - bin/ + - basice2e/ + - bin/ channels: stage: tests tags: - - gpu + - gpu image: $DOCKER_IMAGE script: - mkdir -p ~/.elixxir @@ -145,8 +145,8 @@ basice2e_protonet: when: always expire_in: '1 day' paths: - - basice2e/ - - bin/ + - basice2e/ + - bin/ only: # When merging in projects that need to be deployed, this field will have to # be TEMPORARILY changed to master until deployment is completed. BE SURE TO REVERT @@ -184,8 +184,8 @@ smokeinfra: when: always expire_in: '1 day' paths: - - smokeinfra/results/ - - bin/ + - smokeinfra/results/ + - bin/ smokeinfraBatch4: @@ -203,8 +203,8 @@ smokeinfraBatch4: when: always expire_in: '1 day' paths: - - smokeinfra/results/ - - bin/ + - smokeinfra/results/ + - bin/ # smokeinfraBatch1: # stage: tests