Skip to content
Snippets Groups Projects
Commit 21709f62 authored by Guillaume Chanel's avatar Guillaume Chanel
Browse files

Update gitlab-ci install in one line

parent 7c02bdb6
No related branches found
No related tags found
No related merge requests found
Pipeline #19936 failed
......@@ -33,7 +33,6 @@ build:
test:
stage: test
before_script:
- apt update -qy
- apt -y install python3-colorama python3-psutil
- apt update -qy && apt -y install python3-colorama python3-psutil
script:
- python3 test/test.py "$EXEC_NAME"
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