diff options
author | Aria Shrimpton <me@aria.rip> | 2024-03-08 13:12:04 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-03-08 13:12:04 +0000 |
commit | 0ae58dcf264eb4092c02e801e0a23b461f006915 (patch) | |
tree | 8b3df2279c89ef9d67a9c33b281e3aec8b19737c /.gitlab-ci.yml | |
parent | a222dbc97bbe2abd0940b43d10282ccb997fc127 (diff) |
more consistent clearing of stuff
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c92da0..0a594c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,4 +48,4 @@ comparisons: timeout: 6 hours resource_group: vm script: - - ssh $SSH_LOCATION "bash -lc 'cd /opt/candelabra/src && just selections --compare'" + - ssh $SSH_LOCATION "bash -lc 'cd /opt/candelabra/src && rm -fr tests/target/criterion && just selections --compare'" |