Skip to content
Snippets Groups Projects
Commit 12ec4711 authored by fejao's avatar fejao
Browse files

Updating the .gitlab-ci.yml file

parent 4b919c8a
No related branches found
No related tags found
1 merge request!6Setting ansible lint 01
Pipeline #37372 passed
# image: python:3.10.15-bullseye
image: ansible:latest
image: python:3.10.15-bullseye
# image: ansible:latest
variables:
TEST_VAR_BUILD: "Building the application..."
......@@ -47,6 +47,7 @@ ansible-lint-test:
stage: test
before_script:
# - apt-get update && apt-get install -y python3-pip libcups2-dev && apt-get clean && rm -rf /var/lib/apt/lists/*
- apt-get update && apt-get install -y python3-pip && apt-get clean && rm -rf /var/lib/apt/lists/*
# - pip3 install -r ci-cd/requirements.txt
- pip3 install -r requirements.txt
script:
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment