Skip to content
Snippets Groups Projects
Commit a169a60e authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Update .gitlab-ci.yml file

parent 8fe56b77
No related branches found
No related tags found
No related merge requests found
Pipeline #8454 failed
......@@ -6,21 +6,24 @@ installation-test-xenial: # This job runs in the build stage, which runs f
stage: install
image: ubuntu:16.04
script:
- apt install expect -y
- apt-get update -y
- apt-get install expect -y
- ./auto_script_wolf
installation-test-bionic: # This job runs in the build stage, which runs first.
stage: install
image: ubuntu:18.04
script:
- apt install expect -y
- apt-get update -y
- apt-get install expect -y
- ./auto_script_wolf
installation-test-focal: # This job runs in the build stage, which runs first.
stage: install
image: ubuntu:20.04
script:
- apt install expect -y
- apt-get update -y
- apt-get install expect -y
- ./auto_script_wolf
lint-test-job: # This job also runs in the test stage.
......
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