Skip to content

Commit

Permalink
Removed the docker-compose CI
Browse files Browse the repository at this point in the history
  • Loading branch information
1Git2Clone committed May 29, 2024
1 parent cb423e2 commit 40519be
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,9 @@

# Define stages
stages:
- docker_compose
- build_rust
- test

# Docker Image CI job
Docker_Image_CI:
stage: docker_compose
image: ubuntu:latest
before_script:
- apt-get update -y
- apt-get install -y docker-compose --upgrade
script:
- docker-compose up

# Rust job
Rust:
stage: build_rust
Expand Down

0 comments on commit 40519be

Please sign in to comment.