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

Try to clean before update

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