Tag: environment

Shared julia environment

When working with a shared Julia environment, it is important to find efficient ways to solve problems. In this article, we will explore three different approaches to solve a specific Julia question.

Read More »

Gitlab ci environment variables

When working with GitLab CI, it is often necessary to access environment variables. These variables can be used to store sensitive information or configuration settings that are required for the CI/CD pipeline.

Read More »