Skip to content
Snippets Groups Projects
Commit e000fdb1 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Removed need for dind from CI CD

parent fe6ce68c
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,6 @@ stages: ...@@ -8,8 +8,6 @@ stages:
# Test stage for running unit tests with Docker # Test stage for running unit tests with Docker
test: test:
stage: test stage: test
services:
- docker:dind # Docker-in-Docker service to allow Docker commands in your job
variables: variables:
JULIA_PROJECT: "." # Ensure that Julia uses the project environment JULIA_PROJECT: "." # Ensure that Julia uses the project environment
before_script: before_script:
......
...@@ -3,12 +3,6 @@ using JuliaDockerClient ...@@ -3,12 +3,6 @@ using JuliaDockerClient
@testset "Docker Client Utils Tests" begin @testset "Docker Client Utils Tests" begin
@testset "test_connection Tests" begin
# Testing if the Docker service is reachable
@test test_connection() == true # This expects the Docker service to be running
end
@testset "registry_login Tests" begin @testset "registry_login Tests" begin
@testset "registry_login Tests" begin @testset "registry_login Tests" begin
# Access environment variables using ENV dictionary # Access environment variables using ENV dictionary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment