Skip to main content

All Questions

0 votes
0 answers
165 views

Pytest fails due to VTK import error when called by gitci, but not when called directly

We have a windows 10 machine running a gitlab runner version 13.4.1. Our repo has been configured with a gitlab-ci yml file that builds a new conda environment (including vtk version 8.1.0) and then ...
ProlucidDavid's user avatar
5 votes
1 answer
3k views

Activating Conda environment in GitLab Config yml file for CI-CD using Shell Executor

I want to activate conda environment in my Gitlab CI-CD process. I registered Gitlab runner (v13.10) with Shell Executor on a local machine (UNIX) different from my work laptop I am trying to activate ...
Amy's user avatar
  • 55
0 votes
1 answer
553 views

Local GitLab runner freezes while Shared GitLab.com runner succeeds

EDIT: As Rekovni pointed out, using a GitLab runner with Docker on a Windows machine is a problem. Installing the runner in a Linux-based virtual machine solved the problem. I am developing a Python ...
Thomas Auzinger's user avatar